Ubuntu 25.04 にアップグレードしたサーバに Node.js をセットアップ。 $ apt-get install -y curl $ curl -fsSL https ://deb.nodesource.com/setup_20.x -o nodesource_setup.sh $ sudo -E bash nodesource_setup.sh $ sudo apt-get install -y nodejs $ node -v
[Mastodon] 2025-07-08 08:14:01
|