8000 Updated "Updating andular-cli" instructions · andyg3/angular-cli@36915b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36915b5

Browse files
authored
Updated "Updating andular-cli" instructions
Removed "tmp" and added note for Windows users.
1 parent 45e2985 commit 36915b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)
0