当前位置:网站首页>npm install 时,卡住不动,五种解决方法
npm install 时,卡住不动,五种解决方法
2022-07-29 06:29:00 【m0_67400972】
运行npm install 时,卡住不动,五种解决方法
检查网络设置,删除node_modules重新npm install
配置npm代理
// 配置nmp代理来提高速度,如设置淘宝镜像 npm config set registry https://registry.npm.taobao.org // 查看配置是否成功 npm config get registry // 成功后重新npm install安装 npm install使用nrm来管理npm镜像源
// 全局安装nrm (mac需要加上sudo) npm install -g nrm // 查看可配置的源列表 nrm ls // 使用配置列表中的源 nrm use taobao使用cnpm来安装
// 全局安装cnpm (mac需要加上sudo) npm install cnpm -g --registry=https://registry.npmmirror.com // 成功后使用cnpm install安装 cnpm install使用yarn来安装
// 全局安装yarn (mac需要加上sudo) npm install -g yarn // 成功后使用yarn install安装 yarn install
边栏推荐
- Flink实时仓库-DWD层(流量域)模板代码
- Teacher wangshuyao's notes on operations research 04 fundamentals of linear algebra
- Some tips of vim text editor
- MVFuseNet:Improving End-to-End Object Detection and Motion Forecasting through Multi-View Fusion of
- WPF嵌套布局案例
- Flink实时仓库-DWD层(kafka-关联mysql的lookup join)模板代码
- mysql查询区分大小写
- 做开发4年13K,想转行自动化测试,薪资还能涨吗···
- Can MySQL export tables regularly?
- 1172. The plate stack has a sequence table + stack
猜你喜欢

线程 - 线程安全 - 线程优化

二次元卡通渲染——进阶技巧

我的个人网站不让接入微信登录,于是我做了这个

Cvpr2022oral special series (I): low light enhancement

Teacher wangshuyao's notes on operations research 04 fundamentals of linear algebra

Improved pillar with fine grained feature for 3D object detection paper notes

约瑟夫环问题

Windows 上 php 7.4 连接 oracle 配置

VMware16安装虚拟机遇到的问题

ECCV 2022丨轻量级模型架ParC-Net 力压苹果MobileViT代码和论文下载
随机推荐
Teacher Wu Enda machine learning course notes 01 introduction
Teacher Cui Xueting's course notes on optimization theory and methods 00 are written in the front
mysql查询区分大小写
Unity发送Post请求给GoLang服务端解析并返回
数组的子集能否累加出K
win11VMware打开虚拟机就蓝屏重启以及启动不了的解决方案
好文佳句摘录
Talk about tcp/ip protocol? And the role of each layer?
Flink实时仓库-DWD层(交易域-加购维度退化处理)模板代码
网上传说软件测试培训真的那么黑心吗?都是骗局?
Hj37 statistics of the total number of rabbits per month Fibonacci series
Idea cannot find a database solution
spark学习笔记(七)——sparkcore核心编程-RDD序列化/依赖关系/持久化/分区器/累加器/广播变量
Flink实时仓库-DWD层(下单-多张表实现join操作)模板代码
Vscode remote debugging PHP solution through remotessh and Xdebug
聊天机器人有何用处?有何类型?看完这些就明白了!
最新百亿量化私募名单
vagrant box 集群 处理
Simulation volume leetcode [normal] 081. Search rotation sort array II
【C语言刷LeetCode】2332. 坐上公交的最晚时间(M)