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

Registry returned 404 for GET on https://registry.npmjs.org/repo-templates #8

Open
stevenalexander opened this issue Sep 10, 2015 · 1 comment

Comments

@stevenalexander
Copy link

Getting this error when trying to install grunt-verb:

npm ERR! Darwin 14.4.0
npm ERR! argv "/usr/local/n/versions/node/0.12.7/bin/node" "/usr/local/n/versions/node/0.12.7/bin/npm" "install" "grunt-verb" "--save-dev"
npm ERR! node v0.12.7
npm ERR! npm v2.11.3
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/repo-templates
npm ERR! 404
npm ERR! 404 'repo-templates' 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 It was specified as a dependency of 'verb'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

Looks like repo-templates has been removed from npm, Verb has been updated ages ago to remove it but the version grunt-verb references (verb ~0.2.3) still needs it.

@vlados
Copy link

vlados commented Sep 23, 2015

Download as zip, extract, change dependancies to latest and run
npm install grunt-verb-master

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

No branches or pull requests

2 participants