angular / angular-seed

Seed project for angular apps.
http://angularjs.org/
MIT License
13.04k stars 6.94k forks source link

Error While running npm install #395

Closed lavishthomas closed 7 years ago

lavishthomas commented 7 years ago

npm ERR! registry error parsing json npm ERR! registry error parsing json npm ERR! registry error parsing json npm ERR! registry error parsing json npm ERR! registry error parsing json npm ERR! registry error parsing json npm ERR! registry error parsing json npm ERR! registry error parsing json npm ERR! registry error parsing json npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\ node_modules\npm\bin\npm-cli.js" "install" npm ERR! node v6.9.5 npm ERR! npm v3.10.10

npm ERR! Unexpected token < in JSON at position 0 npm ERR! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3 .org/TR/xhtml1/DTD/xhtml1-strict.dtd"> npm ERR! npm ERR! npm ERR! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> npm ERR! 404 - File or directory not found. npm ERR! npm ERR! npm ERR! npm ERR!

npm ERR!
npm ERR!
npm ERR!

404 - File or directory not found.

npm ERR!

The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

npm ERR!
npm ERR!
npm ERR! npm ERR! npm ERR! npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request: npm ERR! D:\Document\ProjectMileStoneTracker\angular-seed-master\npm-debug.l og

gkalpak commented 7 years ago

It works for me (with the same versions of Node/npm). It was either a temporary registry error or you have changed package.json and requesting dependencies by wrong name (so they can't be found on the registry).

Closing, since this is not actionable, but feel free to continue the discussion below.