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.
...
Install Fomantic UI
shell
//Removed semantic ui module
npm uninstall semantic-ui
//Installation
npm install fomantic-ui
cd semantic
gulp build
Recommended Posts