当前位置:网站首页>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
边栏推荐
- 【csnote】ER图
- Remote sensing image classification and recognition system based on convolutional neural network
- Please help me see what this is, mysql5 5. Thanks
- Remote access to raspberry pie at home (Part 1)
- No idle servers? Import OVF image to quickly experience smartx super fusion community version
- php生成json处理中文
- 免费试用一个月的服务器,并附上教程
- NPDP|产品经理如何做到不会被程序员排斥?
- Zigbee之CC2530最小系统及寄存器配置(1)
- BUUCTF WEB [BUUCTF 2018]Online Tool
猜你喜欢
随机推荐
Please help me see what this is, mysql5 5. Thanks
PHP generates JSON to process Chinese
Recommended website for drawing result map
The continuous construction of the Internet industry platform is not only able to collect traffic
Introduction to kubernetes
Calculate the past date and days online, and calculate the number of live days
31. 下一个排列
leetcode:437. Path sum III [DFS selected or not selected?]
解锁OpenHarmony技术日!年度盛会,即将揭幕!
甲辰篇 創世紀《「內元宇宙」聯載》
RT-thread中关键词解释及部分API
Plato Farm-以柏拉图为目标的农场元宇宙游戏
世界读书日:我想推荐这几本书
Object. The disorder of key value array after keys
Customize the shortcut options in El date picker, and dynamically set the disabled date
Trier les principales utilisations de l'Agent IP réseau
php生成json处理中文
mysql支持ip访问
After the data of El table is updated, the data in the page is not updated this$ Forceupdate() has no effect
Servlet监听器&过滤器介绍








![[vulnhub range] - DC2](/img/b7/c34f69a231dad653b8a912f1f36bef.png)
