-
Notifications
You must be signed in to change notification settings - Fork 331
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
Error in app start-up #48
Comments
This is because there's no This works by coincidence if you're using npm3 (which is the default version as of Node v5 and above) as it places all non-duplicated transitive dependencies in I'm seeing this popping up more and more since npm3 made it possible. I wonder how many apps built with npm3 are working by coincidence via transitive dependencies they have no version number control over. |
Well, I have tried with installing babel and re-running it. Still it gives the same error. Do you want me to install the same version of babel which nwb uses and retry ? |
Yes, |
Ah I see ! Got it to working now. Thanks. |
I did npm install, npm run build and then npm start
agniva-~/play/react-hn$npm start
My node version is 4.3.2. Do I need to upgrade ?
The text was updated successfully, but these errors were encountered: