ddopson / underscore-cli

Command-line utility-belt for hacking JSON and Javascript.
Other
1.72k stars 83 forks source link

'underscore_cli' is not in the npm registry #30

Closed rringham closed 10 years ago

rringham commented 10 years ago

Following the install instructions, this is what I see when trying to install underscore_cli, attempted with multiple versions of Node (v0.10.15, v0.10.26):

$ npm install -g underscore_cli npm http GET https://registry.npmjs.org/underscore_cli npm http 404 https://registry.npmjs.org/underscore_cli npm ERR! 404 'underscore_cli' is not in the npm registry. npm ERR! 404 You should bug the author to publish it npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, or http url, or git url.

I have not yet been able to install this successfully.

Additional info:

JoshOldenburg commented 10 years ago

It's underscore-cli, with a dash: https://www.npmjs.org/package/underscore-cli

rringham commented 10 years ago

Thanks, must have read incorrect install instructions somewhere. Works!