From 36915b57e3dbd4fb432aac7f4ffd35e21291b983 Mon Sep 17 00:00:00 2001 From: andyg3 Date: Thu, 5 Jan 2017 17:12:00 -0500 Subject: [PATCH] Updated "Updating andular-cli" instructions 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