-
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
[Build] Install Fails when node_modules found in parent of path #2821
Comments
How did you get semantic ui? Did you run the interactive installer? |
I just followed it here. I read some solution though. It says I need to copy the 'node_modules' inside my project folder and it turns out it works but is there any possible solution for this? |
That's really weird. Did you wait for peer dependencies to install or did you exit the process? What version of npm are you using? |
Npm version: 2.5.1 Yeah kinda weird. I just followed the instruction that's it but after |
I've the same problem. After copying npm_modules following solution - http://stackoverflow.com/a/31881263/375966 work fine. But it's not convenient solution. My npm version is 2.5.1 and node 0.12.7 |
Is there a solution for this? |
It worked for me when I created an empty node_modules folder in the project folder before running npm install semantic-ui --save |
It also worked to create an empty node_modules folder in the /semantic folder after having installed semantic (to avoid copying the parent node_modules folder). |
Unfortunately, creating empty |
Possible duplicate of #2056 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
Typing 'gulp build' can't build semantic and throws an error saying "Cannot find semantic.json. Run "gulp installation" to set-up Semantic though I already installed gulp
The text was updated successfully, but these errors were encountered: