ubuntu nodejs 6.x安装

前端之家收集整理的这篇文章主要介绍了ubuntu nodejs 6.x安装前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

卸载已有的nodejs npm

sudo apt remove nodejs npm

从新安装

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install y nodejs
原文链接:https://www.f2er.com/ubuntu/350891.html

猜你在找的Ubuntu相关文章