Skip to content

Instantly share code, notes, and snippets.

@mattmcgiv
Last active September 23, 2017 18:18
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 mattmcgiv/a41e134855fb39950fa7918b1e3d2bda to your computer and use it in GitHub Desktop.
Save mattmcgiv/a41e134855fb39950fa7918b1e3d2bda to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
export NVM_DIR="$HOME/.nvm"
nvm install 8.2.1 # node newer version install
npm install -g npm
npm update #update
npm install -g @angular/cli # install ng cli
npm link @angular/cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment