Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

「Ubuntu版Misskeyインストール方法詳説」におけるnodejsのインストールにおいて、nodesource を利用したコマンドが deprecated になりました。 #296

Open
Shimo-Neko opened this issue Sep 16, 2023 · 0 comments

Comments

@Shimo-Neko
Copy link

現行の「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

@Shimo-Neko Shimo-Neko changed the title 「Ubuntu版Misskeyインストール方法詳説」におけるnodejsのインストールにおいて、nodesource のコマンドが deprecated になりました。 「Ubuntu版Misskeyインストール方法詳説」におけるnodejsのインストールにおいて、nodesource を利用したコマンドが deprecated になりました。 Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant