博客
关于我
linux下的npm安装
阅读量:359 次
发布时间:2019-03-04

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

??? CentOS ????? Node.js ? npm

? CentOS ????? Node.js ? npm ?????? YUM ????????????????????????

????? Node.js ?????? curl ??? Nodesource ?????????

curl --silent --location https://rpm.nodesource.com/setup_10.x | bash

?????? YUM ???? Node.js ? npm?

yum install -y nodejs npm

??????? cnpm ????????????????

npm install -g cnpm --registry=https://registry.npm.taobao.org

???????????????????

npm run build

???? npm ?????

npm -v

???????????????? Node.js ? npm ??????

转载地址:http://wxtr.baihongyu.com/

你可能感兴趣的文章