Skip to content
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

Fixes "Unresolvable cycle detected" error #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

markotom
Copy link

Just fixes this error when trying to install:

$ npm i oauth2-server-restify --save
npm WARN package.json papi-rest@0.0.1 No license field.
npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "i" "oauth2-server-restify" "--save"
npm ERR! node v0.12.5
npm ERR! npm  v2.11.3
npm ERR! code ECYCLE

npm ERR! cycle Unresolvable cycle detected
npm ERR! cycle While installing: oauth2-server-restify@2.3.2
npm ERR! cycle Found a pathological dependency case that npm cannot solve.
npm ERR! cycle Please report this to the package author.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/marcogodinez/dev/sprint2/papi-rest/npm-debug.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant