Skip to content

Commit

Permalink
Update npm-cheat-sheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pethaniakshay authored Jun 15, 2018
1 parent cadfc00 commit b9fe6e7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion npm/npm-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@

```
npm install -g npm
```
```

##### NPM clean cache

```
npm cache clean --force
```

#### Verify the cache

```
npm cache verify
```

0 comments on commit b9fe6e7

Please sign in to comment.