From 4a7f2d0d869a65c99a78504976567017edadf657 Mon Sep 17 00:00:00 2001 From: TooTallNate Date: Tue, 4 Dec 2012 15:58:43 -0800 Subject: [PATCH] doc(wiki): Updated Updating npm's bundled node gyp (markdown) --- Updating-npm's-bundled-node-gyp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Updating-npm's-bundled-node-gyp.md b/Updating-npm's-bundled-node-gyp.md index c0ef9b7382..c10232dc20 100644 --- a/Updating-npm's-bundled-node-gyp.md +++ b/Updating-npm's-bundled-node-gyp.md @@ -11,7 +11,7 @@ So instead: Unix is easy. Just run the following command. Use `sudo` if necessary. ``` bash -$ [sudo] npm explore npm -g -- npm install node-gyp +$ [sudo] npm explore npm -g -- npm install node-gyp@latest ``` ## Windows @@ -34,5 +34,5 @@ $ cd "C:\Program Files\nodejs\node_modules\npm" Now you can finally run: ``` bash -$ npm install node-gyp +$ npm install node-gyp@latest ``` \ No newline at end of file