这篇文章教大家在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 -V 和 npm -V 检测nodejs和npm版本