Skip to content

Instantly share code, notes, and snippets.

View cwsmith-160's full-sized avatar

Chris Smith cwsmith-160

View GitHub Profile
@cwsmith-160
cwsmith-160 / node_npx_install.md
Last active January 18, 2024 04:24
How to install node/nodejs & npx

How to install Node.js (node/nodejs, npm, and npx) in different environments

Install nodejs on Windows with PowerShell

Check if any of the required components, Chocolatey package manager, Node Version Manager, or Node.js are already installed

choco -v
nvm -v

node -v