赞
踩
我在构建一个vue项目时,npm install 卡住不动,卡住的地方控制台信息是
reify:rxjs: timing reifyNode:node_modules/listr/node_modules/rxjs
原因:文件缓存问题或镜像仓库网络问题
解决方法:
// 设置淘宝镜像
npm config set registry https://registry.npm.taobao.org
// 查看配置是否成功
npm config get registry
// 重新执行 npm install
npm install
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。