Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 484 Bytes

File metadata and controls

23 lines (16 loc) · 484 Bytes

Node JS

Install Node.js

  1. Go to Node.js.
  2. Download and run the latest installer.
  3. Use the installation defaults. The important setting is 'Add to PATH'.
  4. Check the box to install Chocolatey.
  5. Verify by checking the version.
node -v
v21.1.0

Update Node.js

  1. Go to Node.js.
  2. Download and run the latest installer.
  3. You do not need to uninstall previous versions.

argh