windows
-
Install Chocolatey: https://chocolatey.org/install
-
Install Visual Studio Community: https://visualstudio.microsoft.com/vs/community/
- Include Desktop development with C++ when installing
-
If you are on Windows 11, you may need to install
wmicvia the system settings > Optional Features. -
Open PowerShell
-
Install dependencies
choco install nvm git python3 -
Restart PowerShell (to refresh the environment variables)
-
Run
nvm install ltsandnvm use ltsto install and use the latest NodeJS LTS version.