Skip to content

Instantly share code, notes, and snippets.

@CatzillaOrz
Last active November 15, 2017 03:07
Show Gist options
  • Save CatzillaOrz/c3963bac070fdb1c6eef0b0ef241649b to your computer and use it in GitHub Desktop.
Save CatzillaOrz/c3963bac070fdb1c6eef0b0ef241649b to your computer and use it in GitHub Desktop.
NPM Tips

nvm ls

nvm use v6.9.2

npm install -g @angular/cli

ng new my-app

npm install

use cd my-app and ng serve --open

nvm alias default 0.10.32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment