-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Install Error] Error with "gulp install" #2650
Comments
Maybe jgoux/generator-angulpify#3 (comment) I'd just recommend trying to clear |
Thanks @jlukic That fixed the first install problem. But now the install hangs.
It hangs right after the line saying Finished 'install' for at least 20 minutes. Then I hit
Thanks again for any help on this. It is much appreciated! |
Peer dependencies unfortunately install after the install scripts finish. If you hit Are you on a particularly slow connection? Should be something like |
hmm... that's strange. My download speed is 120 Mbps. I guess I will have to manually install them. Thanks for taking the time to look at this with me. -Tim |
@jlukic I have experienced this issue before as well. I don't believe this "hanging" is the result of the installation of peer dependencies. During the initial install process, you must install Semantic UI via NPM, Ctrl-C after it starts hanging, navigate to node_modules/semantic-ui and run |
What version/platform are you using with NPM? Just tried with blank dir in Ubuntu and had no issues getting through install. |
I am using:
|
This fixed it for me (apparently gulp could not run because node was not in the $PATH): nodejs/node-v0.x-archive#3911 (comment) |
Hi.
I am running into an error during the install on my mac.
Thanks,
-Tim
The text was updated successfully, but these errors were encountered: