install_node.js
Table of Contents
Install node.js
Installing Node.js via package manager
Linux
Debian and Ubuntu based distributions
Node.js v13.x:
Using Ubuntu
- curl -sL https://deb.nodesource.com/setup_13.x ]] | sudo -E bash - * [[sudo apt-get install -y nodejs
Using Debian, as root
macOS
Simply download the macOS Installer directly from the nodejs.org web site: https://nodejs.org/en/#home-downloadhead
If you want to download the package with bash:
- curl “https://nodejs.org/dist/latest/node-${VERSION:-$(wget -qO- https://nodejs.org/dist/latest/ ]] | sed -nE 's | .*>node-(.*)\.pkg</a>.* | \1 | ==== [[Homebrew:
Fair Use Source: https://nodejs.org/en/download/package-manager
install_node.js.txt · Last modified: 2025/02/01 06:50 by 127.0.0.1