# Download and install fnm: winget install Schniz.fnm # Download and install Node.js: fnm install 22 # Verify the Node.js version: node -v # Should print "v22.15.0". # Verify npm version: npm -v # Should print "10.9.2"

Download and install fnm:

winget install Schniz.fnm

Download and install Node.js:

fnm install 22

Verify the Node.js version:

node -v # Should print “v22.15.0”.

Verify npm version:

npm -v # Should print “10.9.2”.

@bassamaleissa can you please clean up this topic (short headline, rest in the description) and describe also better what your problem is or what you want to tell us with this.