-
Notifications
You must be signed in to change notification settings - Fork 20
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
"Refusing to install calenstyle as a dependency of itself" on npm install #15
Comments
This error occurs when your package name in package.json file is same as package you are are installing. Go to package.json of your package and check name property
You can read a detail post about this error here. |
Ok, the fix is to not put the name of the project on "npm install" as the README instructions say. Here is what I'm doing:
But I get this error now:
I'm on Ubuntu 16.04 - My npm version is 5.6.0 and bower version 1.8.2 - Thank you. |
ok, some progress. I had to edit two files: https://github.com/nehakadam/CalenStyle/blob/master/bower.json#L50 to remove grunt-contrib-cssmin version 0.5 and it now picks up version 2.2.1 of grunt-contrib-cssmin However, I can't figure out how to get composer to start it. |
Hi. I do "npm install calenstyle" and get error "Refusing to install calenstyle as a dependency of itself"
The text was updated successfully, but these errors were encountered: