Skip to content

Instantly share code, notes, and snippets.

@greenstevester
Last active April 24, 2019 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greenstevester/3e32b00884af8d42b9506237652dffdf to your computer and use it in GitHub Desktop.
Save greenstevester/3e32b00884af8d42b9506237652dffdf to your computer and use it in GitHub Desktop.
upgrading angular-cli to the new package @angular/cli
npm uninstall -g angular-cli
npm cache clean --force
npm install -g @angular/cli@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment