Is production: true
#migrated #outdated #nodejs

Title: Install nodejs and npm from portable zip file

Created: 25 Sep 2019 Modified: 25 Sep 2019

Description: The article describe how install portable version of npm.



[Link]

  1. Downlaod the nmp.zip and extract to folder A

  2. Download the npm.tar.gzip and extract, but only copy the npm(no extension) on the same layer with npm.bat

  3. Download the node.exe under folder A and place on the same layer with npm.bat

  4. Add folder A to the system path

  5. Run command to update the npm

    npm install npm -g
    

[Legacy Link]