当前位置:网站首页>Record some NPM related problems (messy records)
Record some NPM related problems (messy records)
2022-04-23 12:54:00 【ZMJ_ QQ】
git config --global url."https://".insteadOf git://
1、npm View and set the image source address
1、 View the current image source address
npm get registry
2、 Delete image address ( The default address will be restored )
npm config delete registry
3、 Set the mirror address
Default source address source address
npm config set registry https://registry.npmjs.org/
Taobao image address
npm config set registry https://registry.npmmirror.com
If you haven't installed Taobao image source , Then install it directly
npm install -g cnpm --registry=https://registry.npmmirror.com
TaoBao npm The image source has changed its address , Link to the original text TaoBao npm Update the address of the image source _Henry_ Nan's blog -CSDN Blog _npm Mirror source
2、VUE npm install Use appears [email protected]: Permission denied (publickey)
Link to the original text VUE npm install Use appears [email protected]: Permission denied (publickey)_yangshuainan The blog of -CSDN Blog
3、npm install The error report encountered in the process
C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git
git config --global url."https://".insteadOf git://
C:\Program Files\Git\cmd\git.EXE ls-remote -h -t https://github.com/nhn/raphael.git
ipconfig /flushdns
fatal: unable to access ‘https://github.com/nhn/raphael.git/’: OpenSSL SSL_read: Connection was reset, errno 10054
The reasons causing : Generally, this is because of the server SSL The certificate has not been signed by a third party , That's why I made a mistake
Refer to online solutions : relieve ssl After verification
git config --global http.sslVerify false
npm ERR Error while executing: npm ERR C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@
Link to the original text npm ERR Error while executing: npm ERR C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@_ Your neighbor's strange classmate's blog -CSDN Blog
npm install --registry=https://registry.npm.taobao.org
版权声明
本文为[ZMJ_ QQ]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230616456912.html
边栏推荐
- Luogu p5540 [balkanoi2011] timeismoney | minimum product spanning tree problem solution
- ZigBee CC2530 minimum system and register configuration (1)
- Image attribute of input: type attribute of fashion cloud learning -h5
- If you were a golang interviewer, what questions would you ask?
- Source code analysis of synchronousqueue
- 【蓝桥杯】4月17日省赛刷题训练(前3道题)
- BaseRecyclerViewAdapterHelper 实现下拉刷新和上拉加载
- Kubernets Getting started tutoriel
- What are the forms of attack and tampering on the home page of the website
- box-sizing
猜你喜欢
[Blue Bridge Cup] April 17 provincial competition brushing training (the first three questions)
8 websites that should be known for product development to enhance work experience
产品开发都应该知道的8个网站,增强工作体验
Homomorphic encryption technology learning
CVPR 2022 & ntire 2022 | the first transformer for hyperspectral image reconstruction
Can I take the CPDA data analyst certificate for 0 foundation
Object.keys后key值数组乱序的问题
Kubernetes 入門教程
力扣刷题之完全二叉树的节点个数
Please help me see what this is, mysql5 5. Thanks
随机推荐
XinChaCha Trust SSL Organization Validated
Luogu p5540 [balkanoi2011] timeismoney | minimum product spanning tree problem solution
Zero trust in network information security
Introduction to metalama 4 Use fabric to manipulate items or namespaces
CVPR 2022&NTIRE 2022|首个用于高光谱图像重建的 Transformer
BaseRecyclerViewAdapterHelper 实现下拉刷新和上拉加载
21 天学习MongoDB笔记
STM32 project transplantation: transplantation between chip projects of different models: Ze to C8
甲辰篇 創世紀《「內元宇宙」聯載》
NPDP|产品经理如何做到不会被程序员排斥?
BUUCTF WEB [BJDCTF2020]ZJCTF,不过如此
SSM框架系列——Junit单元测试优化day2-3
Process virtual address space partition
Source code analysis of synchronousqueue
梳理网络IP代理的几大用途
Trier les principales utilisations de l'Agent IP réseau
uni-app 原生APP-本地打包集成极光推送(JG-JPUSH)详细教程
BUUCTF WEB [GXYCTF2019]禁止套娃
解锁OpenHarmony技术日!年度盛会,即将揭幕!
风尚云网学习-h5的input:type属性的image属性