mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
chore(docs): Updated "Updating andular-cli" instructions (#3872)
Removed "tmp" and added note for Windows users.
This commit is contained in:
parent
cc23e803ec
commit
c2dd03e99c
@ -429,7 +429,7 @@ npm install -g angular-cli@latest
|
|||||||
|
|
||||||
Local project package:
|
Local project package:
|
||||||
```bash
|
```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 --save-dev angular-cli@latest
|
||||||
npm install
|
npm install
|
||||||
ng init
|
ng init
|
||||||
|
Loading…
x
Reference in New Issue
Block a user