Node 安装报错解决 npm ERR! request to https://registry.

本文解决了npm在安装过程中常见的三个问题:HTTPS证书验证失败、JSON解析错误和网络连接问题。提供了详细的步骤来修复这些问题,包括修改npm配置、清理缓存和更换npm源。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1,npm 安装出错 npm ERR! request to https://registry.npmjs.org/express failed, reason: unable to verify the first certificate

解决:设置下npm config set strict-ssl false 

 

2,npm ERR! Unexpected end of JSON input while parsing near '...0ZdrK\nakdExSu6TFq5es'

解决: npm cache clean --force 或者 npm cache verify 。然后再 npm install。

 

3,执行命令react-native init AwesomeProject

[1/4] Resolving packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://registry.npm.taobao.org/react-native: tunneling socket could not be established, cause=Parse Error".

taobao镜像不可用
还原节点

解决: 执行yarn config set registry https://registry.npmjs.org --global

然后删除已创建的项目文件夹  重新init

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值