-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Need help: Error occurs when trying to run command npm start #18
Comments
OK, after switching my node version to 6.9.5 by nvm, everything seems to be fine now. |
@minipekka I had the same problem, because I switch node versions a lot. Anything we could do against it? In a dreamworld it would work for everyone. |
@rwieruch After some research I have found out it was the version of sass-node that caused the incompatibility with node 7 when trying to run npm start, my solution would be upgrade node-sass to 3.8.0. It also gets rid of those cpp compiling warnings when we do npm install. |
Seems to be a general problem with Sass and changing Node environment. You can run Issue: sass/node-sass#1527 |
Added .nvmrc file. When you use nvm to manage your node versions, you can type |
I ran into this problem again with node 8.0 installed on my machine, and to make sure new user with node 8 does not get confused by this issue, I think we should update the node-sass to 4.5.3 to resolve this issue. (Also see: sass/node-sass#1984) |
Oh my .... Sass :) Did it work for you when you updated node-sass? If so, then I would say go for it 👍 I guess it would be great to update it for its sister project as well: https://github.com/rwieruch/favesound-mobx |
Hi guys, I tried to run the app locally, after I clone the git repo, the 'npm install' worked just fine but when I ran 'npm start' I got the following output, I am using a Mac OS X with node version: 7.5.0 and npm 4.2.0. Not sure what is going on here.
The text was updated successfully, but these errors were encountered: