Npm install takes forever and doesn't install engine.io

I am trying to locally install this package from Github: https://github.com/msalom28/Larasocial

The installation instructions are very clear, however I am stuck on npm install

- it just hangs there for hours. I've tried everything from rebooting my machine to updating nodejs and npm install -g sails

- nothing works.

This is the result so far.

C: \ wamp \ www \ socialnet> npm install npm WARN package.json Larasocial@1.0.0 No repository field. npm WARN is deprecated gulp-clean-css@1.0.2 : unnecessary duplicate of gulp-minify-css \

ws@0.4.31 install C: \ wamp \ www \ socialnet \ node_modules \ socket.io \ node_modules \ engine.io \ node_modules \ ws (node-gyp rebuild 2> builderror.log) || (exit 0)

C: \ WAMP \ WWW \ SocialNet \ node_modules \ socket.io \ node_modules \ engine.io \ node_modules \ WS> if npm_config_node_gyp is not defined (node ​​"C: \ Program Files \ nodejs \ node_modules \ NPM \ Bin \ node-gyp- bin \ .... \ node_modules \ node-gyp \ bin \ node-gyp.js "rebuild) else (rebuild)

ws@0.4.31 install C: \ wamp \ www \ socialnet \ node_modules \ socket.io \ node_modules \ socket.io-client \ node_modules \ engine.io-client \ node_modules \ WS (node-gyp rebuild 2> builderror.log ) || (exit 0)

C: \ WAMP \ WWW \ SocialNet \ node_modules \ socket.io \ node_modules \ socket.io client \ node_modules \ engine.io client \ node_modules \ WS> if npm_config_node_gyp is not defined (node ​​"C: \ Program Files \ nodejs \ node_modules \ npm \ bin \ node-gyp-bin \ .... \ node_modules \ node-gyp \ bin \ node-gyp.js "rebuild) else (rebuild) -

+3


source to share





All Articles