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

npm install semantic-ui fails on gulp build step #4762

Closed
Van-Dame opened this issue Nov 18, 2016 · 3 comments
Closed

npm install semantic-ui fails on gulp build step #4762

Van-Dame opened this issue Nov 18, 2016 · 3 comments

Comments

@Van-Dame
Copy link

[23:42:58] Starting 'run setup'...
events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: This socket is closed
    at WriteStream.Socket._writeGeneric (net.js:683:19)
    at WriteStream.Socket._write (net.js:734:8)
    at doWrite (_stream_writable.js:334:12)
    at writeOrBuffer (_stream_writable.js:320:5)
    at WriteStream.Writable.write (_stream_writable.js:247:11)
    at WriteStream.Socket.write (net.js:661:40)
    at log (D:\Projects\PGPD\Hiraishin\src\Hiraishin.Web\node_modules\fancy-log\index.js:14:18)
    at Object.module.exports [as log] (D:\Projects\PGPD\Hiraishin\src\Hiraishin.Web\node_modules\gulp-util\lib\log.js:11:14)
    at Gulp.<anonymous> (D:\Projects\PGPD\Hiraishin\src\Hiraishin.Web\node_modules\gulp\bin\gulp.js:197:11)
    at emitOne (events.js:101:20)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN [email protected] No repository field.
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Utils\\node.exe" "C:\\Utils\\node_modules\\npm\\bin\\npm-cli.js" "i" "semantic-ui"
npm ERR! node v7.1.0
npm ERR! npm  v3.10.9
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `gulp install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'gulp install'.
@Van-Dame Van-Dame changed the title npm install semantic-ui fails on gulp build step npm install semantic-ui fails on gulp build step Nov 18, 2016
@pintojeremy
Copy link

Same here when trying to npm install semantic-ui.
Environment:

@hugogrochau
Copy link

I solved this by upgrading to Node v7.2.

nodejs/node#9542

@Van-Dame
Copy link
Author

@hugogrochau Thanks! That sorted it out for me as well.

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

3 participants