合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
``` apt install -y nodejs // 安装 nodejs node -v apt install -y npm npm -v npm config set registry https://registry.npm.taobao.org // 切换淘宝镜像源 npm i -g nrm // 快速切换镜像工具 npm i -g n // 升级 npm 的包 n latest // 使用最新版 exit // 退出 重新连接 npm -v // 查看版本,发现变成最新版 ```