Last active
October 23, 2017 18:35
-
-
Save moorthi07/ae591b755dff81dff5a33ac153e78bf8 to your computer and use it in GitHub Desktop.
appservice azure errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install: @ console : wwwroot: | |
npm WARN package.json [email protected] assert is also the name of a node core module. | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] buffer is also the name of a node core module. | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] events is also the name of a node core module. | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No repository field. | |
npm http GET https://registry.npmjs.org/mocha | |
npm http GET https://registry.npmjs.org/protractor | |
npm http 304 https://registry.npmjs.org/mocha | |
npm http GET https://registry.npmjs.org/ts-node | |
npm http GET https://registry.npmjs.org/tslint | |
npm http 304 https://registry.npmjs.org/protractor | |
npm http GET https://registry.npmjs.org/angular/cli | |
npm http GET https://registry.npmjs.org/types/jasmine | |
npm http 304 https://registry.npmjs.org/tslint | |
npm http 304 https://registry.npmjs.org/ts-node | |
npm http 404 https://registry.npmjs.org/angular/cli | |
npm http 404 https://registry.npmjs.org/types/jasmine | |
npm ERR! 404 Not Found | |
npm ERR! 404 | |
npm ERR! 404 'angular/cli' is not in the npm registry. | |
npm ERR! 404 You should bug the author to publish it | |
npm ERR! 404 It was specified as a dependency of 'APIOT' | |
npm ERR! 404 | |
npm ERR! 404 Note that you can also install from a | |
npm ERR! 404 tarball, folder, or http url, or git url. | |
npm ERR! System Windows_NT 6.2.9200 | |
npm ERR! command "node" "D:\\Program Files (x86)\\npm\\1.4.9\\node_modules\\npm\\bin\\npm-cli.js" "install" | |
npm ERR! cwd D:\home\site\wwwroot | |
npm ERR! node -v v0.10.28 | |
npm ERR! npm -v 1.4.9 | |
npm ERR! code E404 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment