When semantic-ui install fails

Symptoms

An error occurs when installing according to the official Semantic UI.

shell


npm install gulp
npm install semantic-ui

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `gulp install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
...

Solution

Install Fomantic UI

shell


//Removed semantic ui module
npm uninstall semantic-ui

//Installation
npm install fomantic-ui
cd semantic
gulp build

Recommended Posts

When semantic-ui install fails
When serialization fails
Error when bundle install
Error when npm install on Windows 7
Rails new fails to install mysql
yarn install fails "getaddrinfo EAI_AGAIN registry.yarnpkg.com"
Response when Tomcat server startup fails
mysql2 fails to install with bundle install
Install lsb_release from the command line when lsb_release fails in docker environment
Docker container build fails to install php-radis