Forked from massahud/Portable Node.js andNPM on windows.md
Created
May 13, 2021 09:36
-
-
Save dyslexictech/3dc1d1c4e4db34d2955d2c548da95f8c to your computer and use it in GitHub Desktop.
Revisions
-
massahud revised this gist
Jul 25, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,6 @@ 5. Download the last tgz version of npm from http://nodejs.org/dist/npm 6. Open the tgz file and unpack only the file **bin/npm** (without extension) directly on the node folder. 7. Add the the node folder and the packages/bin folder to PATH 8. On a command prompt execute ```npm install -g npm``` to update npm to the latest version Now you can use npm and node from windows cmd or from bash shell like Git Bash of msysgit. -
massahud revised this gist
Jul 25, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,6 @@ 5. Download the last tgz version of npm from http://nodejs.org/dist/npm 6. Open the tgz file and unpack only the file **bin/npm** (without extension) directly on the node folder. 7. Add the the node folder and the packages/bin folder to PATH 8. On a command prompt execute ```npm install -g npm to update npm``` to the latest version Now you can use npm and node from windows cmd or from bash shell like Git Bash of msysgit. -
massahud revised this gist
Jul 25, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,7 @@ 4. Unpack the zip inside the node folder 5. Download the last tgz version of npm from http://nodejs.org/dist/npm 6. Open the tgz file and unpack only the file **bin/npm** (without extension) directly on the node folder. 7. Add the the node folder and the packages/bin folder to PATH 8. On a command prompt execute npm install -g npm to update npm to the latest version Now you can use npm and node from windows cmd or from bash shell like Git Bash of msysgit. -
massahud renamed this gist
Jan 9, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
massahud renamed this gist
Jan 9, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
massahud created this gist
Jan 9, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ 1. Get node binary (node.exe) from http://nodejs.org/download/ 2. Create the folder where node will reside and move node.exe to it 3. Download the last zip version of npm from http://nodejs.org/dist/npm 4. Unpack the zip inside the node folder 5. Download the last tgz version of npm from http://nodejs.org/dist/npm 6. Open the tgz file and unpack only the file **bin/npm** (without extension) directly on the node folder. Now you can use npm and node from windows cmd or from bash shell like Git Bash of msysgit.