現行の「Ubuntu版Misskeyインストール方法詳説」に記載されております
nodesourceを利用したnodejsインストールコマンドは以下の通りです。
sudo apt install -y curl
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
https://misskey-hub.net/docs/install/ubuntu-manual.html#node-js
このコマンドを実行した所、当該コマンドがdeprecatedとなった旨の警告メッセージが表示されました。
下記のサイトに新しいコマンドが記載されていますので、差し替えのご検討お願い致します。
https://github.com/nodesource/distributions#installation-instructions
現行の「Ubuntu版Misskeyインストール方法詳説」に記載されております
nodesourceを利用したnodejsインストールコマンドは以下の通りです。
sudo apt install -y curl curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - sudo apt install -y nodejshttps://misskey-hub.net/docs/install/ubuntu-manual.html#node-js
このコマンドを実行した所、当該コマンドがdeprecatedとなった旨の警告メッセージが表示されました。
下記のサイトに新しいコマンドが記載されていますので、差し替えのご検討お願い致します。
https://github.com/nodesource/distributions#installation-instructions