当前位置: 首页 > news >正文

npm和yarn的一些命令

文章目录

  • 前言


前言


提示:生命并不短暂,短暂的是人。 --阿多尼斯

 yarn config set registry https://registry.npmjs.org --globalnpm install -g cnpm --registry=https://registry.npm.taobao.org
# 切换淘宝源:  
yarn config set registry https://registry.npm.taobao.org/
# 删除代理配置:
npm config set http-proxy null
npm config rm https-proxy
yarn config delete proxy
npm config rm proxy
# 删除node-module包:
rimraf node_modules  
#清除缓存:
npm cache clean --force 
npm cache verify 	
# 查看源
npm config get registry
# 下载淘宝镜像源
npm install -g cnpm --registry=https://registry.npm.taobao.org
# 切换淘宝镜像源
npm config set registry https://registry.npm.taobao.org
# 切换成官方
npm config set registry https://registry.npmjs.org/
http://www.lryc.cn/news/224077.html

相关文章:

  • Linux开发工具之自动化构建工具-make/Makefile
  • UE5蓝图接口使用方法
  • vue动态修改css样式
  • 小解List的使用【C++】
  • 自动驾驶高效预训练--降低落地成本的新思路(AD-PT)
  • Spring笔记(四)(黑马)(web层解决方案-SpringMVC)
  • 企业如何实现高效运转?工单管理系统有什么特点和优势?
  • 工业摄像机参数计算
  • Android系统中设置TextView的行间距
  • 嵌入式养成计划-47----QT--基于QT的OpenCV库实现人脸识别功能
  • MySQL(12):MySQL数据类型
  • 哪款手机便签软件支持存储录音文件并支持转文字?
  • Health Kit申请验证有问题?解决方案全解析
  • 2007-2022年上市公司工业机器人渗透度数据
  • k8s基础环境部署
  • 家用工作站方案:ThinkBook 14 2023 版
  • 电脑篇——本地串口转TCP,TCP转虚拟串口,网络调试助手,串口调试助手
  • igbt好坏判断方法有哪些?万用表怎么测试igbt的好坏?
  • Android UI 开发·界面布局开发·案例分析
  • 2023-11-06 monetdb-事务-insert-delta缓存-分析
  • ubuntu 22.04 flameshot 截图异常的问题
  • 正点原子嵌入式linux驱动开发——Linux WIFI驱动
  • React中的“状态”(state)和“属性”(props)的区别
  • 棋牌室电脑计时灯控,棋牌室计时灯控安装,佳易王计时计费管理系统软件
  • P02项目诊断报警组件(学习操作日志记录、单元测试开发)
  • 【ARM Trace32(劳特巴赫) 使用介绍 2 - Veloce 环境中使用trace32 连接 Cortex-M33】
  • 服务器硬件有哪些组成
  • 【Git】Git基础命令操作速记
  • 使用CDN有什么好处?
  • 11.7加减计数器,可置位~,数字钟分秒,串转并,串累加转并,24位串并128,流水乘法器,一些乘法器