[Dev] 任意のnodejsをインストールする

in japanese •  10 months ago 

こんにちは、@yasuです。

sudo apt purge nodejs
sudo apt install nodejs

これは、安定版のインストールでしょうか^^
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -

バージョン16
curl -sL https://deb.nodesource.com/setup_16.x | sudo bash -
sudo apt update
sudo apt install -y nodejs

npmも最新バージョンにあげる場合
npm install -g npm

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!