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

Error parsing version numbers? #44

Closed
gimenete opened this issue Feb 28, 2012 · 1 comment · Fixed by #54
Closed

Error parsing version numbers? #44

gimenete opened this issue Feb 28, 2012 · 1 comment · Fixed by #54

Comments

@gimenete
Copy link

Hi,

I just installed require-analyzer, then I installed "colors" into a project I am working at. Then I wanted to test require-analyzer so I run it, then I removed all the node_modules directory and run "npm install". Then there was an error trying to install colors:

npm ERR! command "node" "/usr/local/bin/npm" "install"
npm ERR! cwd /Users/gimenete/projects/dndzgz
npm ERR! node -v v0.6.8
npm ERR! npm -v 1.1.0-2
npm ERR! message No compatible version found: colors@'0.6.x.-1'
npm ERR! message Valid install targets:
npm ERR! message ["0.3.0","0.5.0","0.5.1","0.6.0","0.6.0-1"]

It seems that require-analyzer does not parse correctly the format "a.b.c-d".

@Marak
Copy link

Marak commented Jun 4, 2012

Confirmed. +1

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

Successfully merging a pull request may close this issue.

3 participants