小御坂的破站

这只是个小破站而已了!没什么好看的!

0%

Ubuntu安装最新版node.js

这篇文章教大家在Ubuntu下安装nodejs最新版本

命令如下

1
2
3
4
5
cd ~
apt-get update
wget -O nodejs_latest.sh https://raw.githubusercontent.com/nodesource/distributions/master/deb/setup_current.x
bash nodejs_latest.sh
apt install nodejs

安装完成使用 nodejs -Vnpm -V 检测nodejsnpm版本