侧边栏壁纸
博主头像
阿波兹博主等级

行动起来,活在当下

  • 累计撰写 46 篇文章
  • 累计创建 12 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

node配置设置

Aquiver
2023-04-23 / 0 评论 / 0 点赞 / 23 阅读 / 619 字 / 正在检测是否收录...

npm 代理加载

npm --registry=https://registry.npm.taobao.org install
npm run build

yum nodejs 不存在

curl --silent --location https://rpm.nodesource.com/setup_16.x | bash -
配置npm 仓库
npm config set registry https://registry.npm.taobao.org/

nodejs npm 版本确定

0

评论区