Posts

Showing posts from August 20, 2017

Install Node,Angular2 and Sublime 3

Help https://www.npmjs.com/package/angular-cli#installation Install Node and Angular-cli and @Angular/cli Globally- npm install -g @angular/cli Locally -npm install -save --dev @angular/cli or Globally -npm install -g angular-cli  Locally- npm install -save --dev angular-cli Requirement Node https://nodejs.org/dist/v8.4.0/node-v8.4.0-x64.msi https://nodejs.org/dist/v6.11.2/node-v6.11.2-x64.msi https://nodejs.org/dist/v8.4.0/node-v8.4.0-x86.msi Install  angular-cli  globally:  npm install -g angular-cli Install  angular-cli  in your project:  npm install --save-dev  angular-cli Upgrade to the latest CLI globally: npm uninstall -g angular-cli npm uninstall -g @angular/cli npm cache clean  npm install -g angular-cli@latest This should get a working version. If you tried this and it does not work, please submit your package.json as that will probably contain something that gets in the way from this working correctly. For reference, this is what the dependencies of