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

Fix npm error when booting hubot #13

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

Conversation

uk-ar
Copy link

@uk-ar uk-ar commented Nov 8, 2014

Npm raised an error when executing README.md's install instraction.

$ hubot -a kandan
npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.10.33
npm ERR! npm  v2.1.6
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: hubot-kandan@'>=1.0.0 <1.1.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/yuuki/docker/hubot/npm-debug.log
bin/hubot: line 6: /Users/yuuki/docker/hubot/node_modules/.bin/hubot: No such file or 

It is caused by validation of semantic versioning.

@miurahr
Copy link

miurahr commented May 8, 2015

👍

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.

None yet

2 participants