Debain install the latest nodejs

Debain install the latest 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

Guess you like

Origin blog.csdn.net/the_liang/article/details/130463532