From c2dd03e99c0d9fbbded21e3592e0ecbf5af235f9 Mon Sep 17 00:00:00 2001 From: andyg3 Date: Mon, 9 Jan 2017 15:18:10 -0500 Subject: [PATCH] chore(docs): Updated "Updating andular-cli" instructions (#3872) Removed "tmp" and added note for Windows users. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f387c805f9be..7338081d441f 100644 --- a/README.md +++ b/README.md @@ -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