NodeJs version 10.15.1
node.js -v
Npm version 6.4.1
npm -v
Upgrading Npm on mac
npm install npm@latest -g
Upgrading Npm on windows
Angular CLI version 7.3.4
- windows
npm install -g @angular/cli
- mac
sudo npm install -g @angular/cli --unsafe-perm
npm install
ng serve --open
npm run build:docs
npm run build:development
npm run build:staging
npm run build:production
This project was generated with Angular CLI version 7.3.4.