Ubuntu install node.js and npm
发布日期:2022-02-12 16:07:00 浏览次数:11 分类:技术文章

本文共 255 字,大约阅读时间需要 1 分钟。

sudo apt-get install python-software-properties

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

sudo apt-get install nodejs

node -v

因为国内的网络环境,直接从npm官方源安装软件包速度会比较慢,甚至导致安装不成功。

我们可以安装nrm工具,用于管理软件源。
sudo npm install -g nrm
nrm ls
nrm use taobao

转载地址:https://blog.csdn.net/wellsmith/article/details/94362068 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:ubuntu18 设置静态IP
下一篇:Packstack install Newton

发表评论

最新留言

初次前来,多多关照!
[***.217.46.12]2024年04月09日 23时31分38秒