Reputation: 340
I've been trying to install Semantic via NPM for a while now and am having problems. I run npm install semantic-ui
and it goes through the setup process. However, it stops at Finished 'install' after 3.61 s
and never exits the process. If I manually cancel the process and navigate to the semantic folder and run gulp build
I'm told there's no local gulp found. So I run npm install gulp
just for fun. It installs and I run gulp build
again but all of the gulp dependencies are missing.
Any ideas? It's getting frustrating because I've been tinkering with it for a few hours instead of getting to work on the actual project. Running npm install
in the semantic directory or my project directory doesn't work either. Thanks for the help!
EDIT: I tried creating a new Ubuntu VM and installing Semantic the same way I was on my Mac. It worked with no problems leading me to believe it's something to do with my configuration on my Mac.
Upvotes: 0
Views: 3532
Reputation: 340
This is really odd, but after I got to the Finished 'install'
step, nothing was happening. Just a solid cursor when the node deps should've been installing. I decided to hit return just to see if anything would happen and that seems to have done it. Hitting return gives me the spinning cursor and the deps install. I can successfully run gulp build
after that. Weird.
Upvotes: 3