美文网首页我爱编程
Ubuntu Node.js 安装

Ubuntu Node.js 安装

作者: HelloAndyZhang | 来源:发表于2018-05-23 12:49 被阅读0次

apt-get命令安装

sudo apt-get install nodejs
sudo apt-get install npm

升级Node版本

node -v 查看版本

sudo npm cache clean -f 清除npm cache

sudo npm install -g n 安装n模块

sudo n stable 安装最新版本

相关文章

网友评论

    本文标题:Ubuntu Node.js 安装

    本文链接:https://www.haomeiwen.com/subject/pglrjftx.html