From 18c23df1aa247ca73ea6bdc993f9aa0e68107918 Mon Sep 17 00:00:00 2001 From: Trowbridge Date: Fri, 31 Jan 2020 17:04:11 -0500 Subject: [PATCH] nodejs windows --- nodejs/nodejs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nodejs/nodejs.md b/nodejs/nodejs.md index eabde66..282d268 100644 --- a/nodejs/nodejs.md +++ b/nodejs/nodejs.md @@ -26,3 +26,9 @@ sudo npm cache clean -f 2. own the instalation folders * `sudo chown -R $(whoami) /usr/local/bin /usr/local/lib /usr/local/include /usr/local/share` 3. install n: `sudo npm install -g n` + + +## upgrading npm in windows +`npm install -g npm-windows-upgrade` +or just download from the wesite +