Skip to content

Instantly share code, notes, and snippets.

@jairoFernandez
Created May 26, 2017 23:13
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 jairoFernandez/01a3abeaee4da561ec0b0f9bcd427dc8 to your computer and use it in GitHub Desktop.
Save jairoFernandez/01a3abeaee4da561ec0b0f9bcd427dc8 to your computer and use it in GitHub Desktop.
Actualizar angular 4 y ionic 3
## Actualizar
npm install -g typescript@latest
npm uninstall -g angular-cli @angular/cli
npm cache clean
npm install -g @angular/cli@latest
npm install -g ionic@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment