Skip to content

Commit

Permalink
Updating README.md.
Browse files Browse the repository at this point in the history
Signed-off-by:Ivan Tcholakov <[email protected]>
  • Loading branch information
ivantcholakov committed Dec 6, 2018
1 parent eefb26d commit a395745
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@ Updating all the globally installed packages:
sudo npm update -g
```

Another way for global updating is using the interactive utility npm-check. Installing:

```sh
sudo npm -g i npm-check
```

And then using it:

```sh
sudo npm-check -u -g
```

* Install less.js compiler (http://lesscss.org/) globally:

```sh
Expand Down

0 comments on commit a395745

Please sign in to comment.