Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 853 Bytes

File metadata and controls

48 lines (33 loc) · 853 Bytes

ReadMe_static.md

Installing Nodejs

Prebuild Binaries

Run the following in cmd Download folder

dir | findstr ".zip
C:\Users\adminuser\Downloads>dir | findstr ".zip"
07/07/2024  02:24 PM        29,463,958 node-v20.15.0-win-x64.zip

Unzip the file

tar -xf node-v20.15.0-win-x64.zip
setx /M PATH "%PATH%;C:\Users\adminuser\Downloads\node-v20.15.0-win-x64"

Close and reopen cmd and run the following to verify the installation

node -v
npm -v

Installing WSL

How to install Linux on Windows with WSL

wsl --install