最新のnodejsをインストールします

Debain は最新の Nodejs をインストールします
https://github.com/nodesource/distributions#using-debian-as-root

curl -fsSL https://deb.nodesource.com/setup_20.x | bash - &&\
apt-get install -y nodejs

おすすめ

転載: blog.csdn.net/the_liang/article/details/130463532
おすすめ