LoginSignup
2
1

More than 3 years have passed since last update.

semantic-uiのinstallが失敗するとき

Posted at

 症状

SemanticUIの公式通りにインストールするとエラーが起きる。

shell
npm install gulp
npm install semantic-ui

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! semantic-ui@2.4.2 install: `gulp install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the semantic-ui@2.4.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
...

解決法

FomanticUIをインストールする

shell
// semantic uiのモジュールを削除
npm uninstall semantic-ui

// インストール
npm install fomantic-ui
cd semantic
gulp build
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1