meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 177 forks source link

'generator-meanjs' is not in the npm registry #223

Closed rohit-chaudhary1 closed 8 years ago

rohit-chaudhary1 commented 8 years ago

I tried installing mean generator using npm install -g generator-meanjs command. but it gives following error.

npm ERR! Darwin 15.4.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "generator-meanjs" npm ERR! node v0.12.7 npm ERR! npm v2.11.3 npm ERR! code E404

npm ERR! 404 no such package available : generator-meanjs npm ERR! 404 npm ERR! 404 'generator-meanjs' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

ilanbiala commented 8 years ago

https://www.npmjs.com/package/generator-meanjs

codydaig commented 8 years ago

@rclogs I just ran that command on my machine that didn't have it installed and it worked just fine. Not sure what was/is going on for you but this would be an issue with npm, and not the generator-meanjs repo.

codydaig commented 8 years ago

Feel free to reopen if your still experiencing issues.

rohit-chaudhary1 commented 8 years ago

Its Works.. !! Not sure why the issue was coming before