cnpm 安装报错

来源:互联网 发布:fpga 单片机 工资 编辑:程序博客网 时间:2024/05/21 09:43
npm set registry https://registry.npm.taobao.org # 注册模块镜像
npm set disturl https://npm.taobao.org/dist # node-gyp 编译依赖的 node 源码镜像
npm cache clean # 清空缓存
原创粉丝点击