From 13f03ec8485ae0ef3fa537bb0baac0a3d7d428b5 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Tue, 8 Oct 2013 15:10:31 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cb11f43c5d..d367cfa017 100644 --- a/README.md +++ b/README.md @@ -44,17 +44,17 @@ If you went through all this and still can't solve the issue, feel free to conta #### Update NPM, Bower or Grunt Sometimes you may find there is a weird error during install like npm's *Error: ENOENT*, usually updating those tools to the latest version solves the issue. -Updating NPM +Updating NPM: ``` $ npm update -g npm ``` -Updating Grunt +Updating Grunt: ``` $ npm update -g grunt-cli ``` -Updating bower +Updating Bower: ``` $ npm update -g bower ``` @@ -63,12 +63,12 @@ $ npm update -g bower NPM and Bower has a caching system for holding packages that you already installed. We found that often cleaning the cache solves some troubles this system creates. -NPM Clean Cache +NPM Clean Cache: ``` $ npm cache clean ``` -Bower Clean Cache +Bower Clean Cache: ``` $ bower cache clean ```