-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module 'walk-sync' #1
Comments
I think I did something wrong with the in-repo-add-ons (in lib)! You need to cd into each of them and run npm install in those. @stefanpenner do you know why? |
I should probably get rid of them anyway, or extract them into proper add ons |
@jish which version of NPM are you on? likely solution
|
checking out the app now to see |
ah, ya in-app addon's package json isn't really supposed to have dependencies, unless you ad a script to handle that,we don't support it out of the box. |
@stefanpenner great! so I should move those dependencies to the root package.json, right? (at least until I get rid of those) Related #6 |
unsure, but i added this: #4 |
Cool, @jish, so I think that fixes the problem! Let me (us?) know if it's not the case 😄 |
Gives the same error
Works. Thanks! :) |
Following the instructions in the readme:
npm install
bower install
ember server
https://github.com/chancancode/hn-reader#installation
I get the following output
The text was updated successfully, but these errors were encountered: