Perform a global install of Node.js on your local workstation
Download & Install the software
Download & install Node.js Download from here ⇒
- Select the appropriate installer for your environment, the 64-bit .msi is recommended for most setups
- In the installation wizard accept the default options, make sure you leave the option to
Verify the Installation
- Verify that Node.js is correctly installed by opening a CMD or PowerShell window and entering the following commands:
node --version
npm --version
If you don’t see any errors Node.js is correctly installed.
Leave a comment