From 8cfb91009187b637880a5f146d1ead935f9c49ee Mon Sep 17 00:00:00 2001 From: Mehdy Dara Date: Sat, 28 May 2016 15:07:28 +0200 Subject: [PATCH] docs: update readme to install gulp-cli --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfd1bca..d5e84b9 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ It comes with an installer (and uninstaller), because getting it should be easy. You should also delete the existing npm install location (e.g. "C:\Users\\AppData\Roaming\npm") so that the nvm install location will be correctly used instead. After install, reinstalling global utilities (e.g. gulp) will have to be done for each installed version of node: `nvm use 4.4.0` -`npm install gulp -g` +`npm install gulp-cli -g` `nvm use 0.10.33` -`npm install gulp -g` +`npm install gulp-cli -g` [Download the latest installer from the releases](https://github.com/coreybutler/nvm/releases). -- GitLab