- Install fnm (Fast Node Manager)
winget install Schniz.fnm
- configure fnm environment
fnm env --use-on-cd | Out-String | Invoke-Expression
- download and install Node.js
fnm use --install-if-missing 22
- Verify the right Node.js version is in the environment
node -v
-> should printv22.9.0
- Verify the right npm version is in the environment
npm -v
-> should print10.8.3
Last active
October 28, 2024 09:53
-
-
Save iliion/50c88290f7ad7b0d3d8c75cfcbfae156 to your computer and use it in GitHub Desktop.
Install Node.js v22.9.0 on Windows using fnm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment