Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNeed 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 |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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.