Semantic-ui: npm install semantic-ui fails on gulp build step

Created on 18 Nov 2016  路  3Comments  路  Source: Semantic-Org/Semantic-UI

[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'.

Most helpful comment

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

All 3 comments

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

I solved this by upgrading to Node v7.2.

nodejs/node#9542

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  3Comments

arj-196 picture arj-196  路  3Comments

ghost picture ghost  路  3Comments

guilhermeblanco picture guilhermeblanco  路  3Comments

vinhtq picture vinhtq  路  3Comments