From a395745d89a327179abef2772c3d48f75b3ba24c Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Thu, 6 Dec 2018 21:10:18 +0200 Subject: [PATCH] Updating README.md. Signed-off-by:Ivan Tcholakov --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2e600affe..508a3517a 100644 --- a/README.md +++ b/README.md @@ -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