grunt-verb icon indicating copy to clipboard operation
grunt-verb copied to clipboard

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

Open stevenalexander opened this issue 9 years ago • 1 comments

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.

stevenalexander avatar Sep 10 '15 14:09 stevenalexander

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

vlados avatar Sep 23 '15 09:09 vlados