Semantic-UI: [Build Tools] install crash

npm install semantic-ui --save gives me this:

[13:05:16] Starting 'install'...

[13:05:16] 'install' errored after 3.5 ms
[13:05:16] Error: Task run setup is not configured as a task on gulp.  If this is a submodule, you may need to use require('run-sequence').use(gulp).
    at /Users/user/development/blstreammap/fl/node_modules/run-sequence/index.js:20:10
    at Array.forEach (native)
    at verifyTaskSets (/Users/user/development/blstreammap/fl/node_modules/run-sequence/index.js:13:11)
    at runSequence (/Users/user/development/blstreammap/fl/node_modules/run-sequence/index.js:92:2)
    at Gulp.module.exports (/Users/user/development/blstreammap/fl/node_modules/semantic-ui/tasks/install.js:450:1)
    at module.exports (/Users/user/development/blstreammap/fl/node_modules/orchestrator/lib/runTask.js:34:7)
    at Gulp.Orchestrator._runTask (/Users/user/development/blstreammap/fl/node_modules/orchestrator/index.js:273:3)
    at Gulp.Orchestrator._runStep (/Users/user/development/blstreammap/fl/node_modules/orchestrator/index.js:214:10)
    at Gulp.Orchestrator.start (/Users/user/development/blstreammap/fl/node_modules/orchestrator/index.js:134:8)
    at /Users/user/development/blstreammap/fl/node_modules/semantic-ui/node_modules/gulp/bin/gulp.js:129:20
npm WARN fl@0.0.0 No description
npm WARN fl@0.0.0 No repository field.
npm WARN fl@0.0.0 No license field.
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/Cellar/node/5.10.0/bin/node" "/usr/local/bin/npm" "install" "semantic-ui" "--save"
npm ERR! node v5.10.0
npm ERR! npm  v3.8.3
npm ERR! code ELIFECYCLE

npm ERR! semantic-ui@2.2.2 install: `gulp install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the semantic-ui@2.2.2 install script 'gulp install'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the semantic-ui package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     gulp install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs semantic-ui
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls semantic-ui
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/user/development/blstreammap/fl/npm-debug.log

error log as follows:

30818 verbose stack Error: semantic-ui@2.2.2 install: `gulp install`
30818 verbose stack Exit status 1
30818 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:239:16)
30818 verbose stack     at emitTwo (events.js:100:13)
30818 verbose stack     at EventEmitter.emit (events.js:185:7)
30818 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
30818 verbose stack     at emitTwo (events.js:100:13)
30818 verbose stack     at ChildProcess.emit (events.js:185:7)
30818 verbose stack     at maybeClose (internal/child_process.js:850:16)
30818 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
30819 verbose pkgid semantic-ui@2.2.2
30820 verbose cwd /Users/user/development/blstreammap/fl
30821 error Darwin 15.6.0
30822 error argv "/usr/local/Cellar/node/5.10.0/bin/node" "/usr/local/bin/npm" "install" "semantic-ui" "--save"
30823 error node v5.10.0
30824 error npm  v3.8.3
30825 error code ELIFECYCLE
30826 error semantic-ui@2.2.2 install: `gulp install`
30826 error Exit status 1
30827 error Failed at the semantic-ui@2.2.2 install script 'gulp install'.
30827 error Make sure you have the latest version of node.js and npm installed.
30827 error If you do, this is most likely a problem with the semantic-ui package,
30827 error not with npm itself.
30827 error Tell the author that this fails on your system:
30827 error     gulp install
30827 error You can get information on how to open an issue for this project with:
30827 error     npm bugs semantic-ui
30827 error Or if that isn't available, you can get their info via:
30827 error     npm owner ls semantic-ui
30827 error There is likely additional logging output above.
30828 verbose exit [ 1, true ]

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 19 (6 by maintainers)

Most upvoted comments

Just got the same error:

npm ERR! semantic-ui@2.2.4 install: `gulp install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the semantic-ui@2.2.4 install script 'gulp install'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the semantic-ui package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     gulp install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs semantic-ui
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls semantic-ui
npm ERR! There is likely additional logging output above.

Error log is here - npm-debug.txt

semantic-ui dir wasn’t even copied to node_modules. I noticed that this constantly happens if I have a semantic.json file on project root. If I run npm install from scratch it goes smoothly. This is the semantic.json file I’ve been using: semantic.json.txt

Running on macos 10.10.5. Gulp, NPM and node versions are:

☁  node -v
v6.2.0
☁  npm -v
3.10.8
☁  gulp -v
[03:01:27] CLI version 3.9.1
[03:01:27] Local version 3.9.1

Has this been resolved for anyone? I’m having the same error, npm ERR! Failed at the semantic-ui@2.2.7 install script 'gulp install'. here’s my versioning: $ npm -v 4.0.5 $ node -v v7.4.0 $ gulp -v [14:09:43] CLI version 3.9.1 [14:09:43] Local version 4.0.0-alpha.2

and semantic-ui dir wasn’t copied to node_modules. Any help would be appreciated!