-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installer problems. Can't do gulp build in /semantic after installing #3526
Comments
According to @jlukic the npm version 2 has issue with semantic-ui 2.1.7. May be try using semantic-2.1.6 or use npm version 3. it should work. I hope this help |
As per @jluck "Its because peer dependencies were accidentally removed |
Just ran into this exact same issue too using A possible work-around would be to |
#3511 for earlier discussion. Back home, fix should be soon after new years. |
I met the same problem,I use npm 3.x and os x |
Fixed in 2.1.8, not sure how this could occur with NPM3 would love to replicate if you can give me step by step. |
Confirmed for npm2. Thanks! |
Configuration
OS X El Capitan 10.11.1
Node v4.2.3
Npm v2.14.7
SemanticUI v2.1.7 (as per /node_modules/semantic-ui)
Issue
Followed the documentation accordingly using the express install option and did
cd semantic
after getting the following:Did a
gulp build
following the instructions from the installer's output. However what I got was the following:After which I tried to install gulp using
npm install gulp --save-dev
and rangulp build
in the /semantic directory where the following error greeted me:What works for me would be to run
gulp build
in node_modules/semantic-ui/ where I would get the following error:Does anyone have similar issues and ideas on how to go about fixing this? This seems to be an issue with the npm installer.
The text was updated successfully, but these errors were encountered: