Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Oct 8, 2013
1 parent b232af6 commit 13f03ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
```
Expand Down

0 comments on commit 13f03ec

Please sign in to comment.