chore(docs): Updated "Updating andular-cli" instructions (#3872)

Removed "tmp" and added note for Windows users.
This commit is contained in:
andyg3 2017-01-09 15:18:10 -05:00 committed by Hans
parent cc23e803ec
commit c2dd03e99c

View File

@ -429,7 +429,7 @@ npm install -g angular-cli@latest
Local project package:
```bash
rm -rf node_modules dist tmp
rm -rf node_modules dist # use rmdir on Windows
npm install --save-dev angular-cli@latest
npm install
ng init