We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Doing a normal npm install resulted in the following error:
http 503 https://registry.npmjs.org/chai/1.4.0 npm ERR! registry error parsing json npm http 503 https://registry.npmjs.org/ng-midway-tester/2.0.5 npm ERR! registry error parsing json npm http 200 https://registry.npmjs.org/grunt-css npm http GET https://registry.npmjs.org/grunt-css/-/grunt-css-0.5.4.tgz npm http 200 https://registry.npmjs.org/grunt-css/-/grunt-css-0.5.4.tgz npm http GET https://registry.npmjs.org/chai/1.4.0 npm http GET https://registry.npmjs.org/ng-midway-tester/2.0.5 npm http 503 https://registry.npmjs.org/ng-midway-tester/2.0.5 npm ERR! registry error parsing json npm http 503 https://registry.npmjs.org/chai/1.4.0 npm ERR! registry error parsing json npm ERR! SyntaxError: Unexpected token < npm ERR! npm ERR! <?xml version="1.0" encoding="utf-8"?> npm ERR! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" npm ERR! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> npm ERR! <html> npm ERR! <head> npm ERR! <title>503 No healthy backends</title> npm ERR! </head> npm ERR! <body> npm ERR! <h1>Error 503 No healthy backends</h1> npm ERR! <p>No healthy backends</p> npm ERR! <h3>Guru Meditation:</h3> npm ERR! <p>XID: 2372932180</p> npm ERR! <hr> npm ERR! <p>Varnish cache server</p> npm ERR! </body> npm ERR! </html> npm ERR! npm ERR! at Object.parse (native) npm ERR! at RegClient.<anonymous> (/usr/local/Cellar/node/0.10.25/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:241:23) npm ERR! at Request.self.callback (/usr/local/Cellar/node/0.10.25/lib/node_modules/npm/node_modules/request/request.js:123:22) npm ERR! at Request.EventEmitter.emit (events.js:98:17) npm ERR! at Request.<anonymous> (/usr/local/Cellar/node/0.10.25/lib/node_modules/npm/node_modules/request/request.js:893:14) npm ERR! at Request.EventEmitter.emit (events.js:117:20) npm ERR! at IncomingMessage.<anonymous> (/usr/local/Cellar/node/0.10.25/lib/node_modules/npm/node_modules/request/request.js:844:12) npm ERR! at IncomingMessage.EventEmitter.emit (events.js:117:20) npm ERR! at _stream_readable.js:920:16 npm ERR! at process._tickCallback (node.js:415:13) npm ERR! If you need help, you may report this *entire* log, npm ERR! including the npm and node versions, at: npm ERR! <http://github.com/isaacs/npm/issues> npm ERR! System Darwin 13.1.0 npm ERR! command "/usr/local/Cellar/node/0.10.25/bin/node" "/usr/local/bin/npm" "install" npm ERR! cwd /Users/worker_bee/Sites/angularHowto npm ERR! node -v v0.10.25 npm ERR! npm -v 1.3.24 npm ERR! type unexpected_token npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /Users/worker_bee/Sites/angularHowto/npm-debug.log npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Doing a normal npm install resulted in the following error:
The text was updated successfully, but these errors were encountered: