Closed martin-hewitt closed 10 years ago
I just try to reproduce it, but no luck. Maybe @svnlto can help?
431 error node -v v0.10.15
432 error npm -v 1.3.5
this tell's me that your npm version is too old (your node.js version too btw..) to handle the ^
in the version number.
once you've updated, you might want to run hoodie cache clean
and retry :)
Thanks, that works. I'm happy to add in a guard to this, and submit a PR, but I can't find anything that indicates the minimum node version required?
@martin-hewitt you'd probably want to check against this version of npm https://github.com/npm/npm/releases/tag/v1.4.3 see release notes
Ace, thanks @svnlto.
Installed
hoodie-cli
from NPM today, went to runhoodie new <appname>
and hit the following error:I've cleaned hoodie and npm caches, and get the same error. My NPM registry is set to https://registry.npmjs.org/