Skip to content

Commit c2dd03e

Browse files
andyg3hansl
authored andcommitted
chore(docs): Updated "Updating andular-cli" instructions (#3872)
Removed "tmp" and added note for Windows users.
1 parent cc23e80 commit c2dd03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ npm install -g angular-cli@latest
429429

430430
Local project package:
431431
```bash
432-
rm -rf node_modules dist tmp
432+
rm -rf node_modules dist # use rmdir on Windows
433433
npm install --save-dev angular-cli@latest
434434
npm install
435435
ng init

0 commit comments

Comments
 (0)