nodejsパッケージマネージャのインストール
src:Github
Installation instructions
Node.js v 14 x:
Using Ubuntu
Using Ubuntu
Using Ubuntu
Using Ubuntu
Installation instructions
Node.js v 14 x:
Using Ubuntu
curl -sL https://deb.nodesource.com/setup\_14.x | sudo -E bash -
sudo apt-get install -y nodejs
Using Debian、as rootcurl -sL https://deb.nodesource.com/setup\_14.x | bash -
apt-get install -y nodejs
Node.js v 13 x:Using Ubuntu
curl -sL https://deb.nodesource.com/setup\_13.x | sudo -E bash -
sudo apt-get install -y nodejs
Using Debian、as rootcurl -sL https://deb.nodesource.com/setup\_13.x | bash -
apt-get install -y nodejs
Node.js v 12 x:Using Ubuntu
curl -sL https://deb.nodesource.com/setup\_12.x | sudo -E bash -
sudo apt-get install -y nodejs
Using Debian、as rootcurl -sL https://deb.nodesource.com/setup\_12.x | bash -
apt-get install -y nodejs
Node.js v 10.x:Using Ubuntu
curl -sL https://deb.nodesource.com/setup\_10.x | sudo -E bash -
sudo apt-get install -y nodejs
Using Debian、as rootcurl -sL https://deb.nodesource.com/setup\_10.x | bash -
apt-get install -y nodejs