Skip to content
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

Hang when npm install #1

Closed
xingchch opened this issue Mar 31, 2016 · 2 comments
Closed

Hang when npm install #1

xingchch opened this issue Mar 31, 2016 · 2 comments

Comments

@xingchch
Copy link

below are outputs of npm install. it is hang at the final line.

npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN excluding symbolic link index.js -> lib/sass.js
npm WARN excluding symbolic link lib/index.js -> sass.js
npm WARN prefer global node-gyp@3.3.1 should be installed with -g

node-sass@3.4.2 install /home/xingchch/test/react/react-todos/react-todos/node_modules/node-sass
node scripts/install.js

@xingchch
Copy link
Author

npm -version
3.7.3
node -v
v5.8.0

@xingchch
Copy link
Author

Refer to sass/node-sass#1162 and fixed the issue

npm rebuild node-sass
rm -rf node_modules
npm i

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant