从 npm 下载包时出错

问题描述 投票:0回答:1

我从 NPM 下载软件包时遇到网络错误:Screenshot。我该如何解决它?

D:\\ionic\\abc\\abc\>npm install @capacitor/push-notifications

npm ERR! code EPROTO

npm ERR! syscall write

npm ERR! errno EPROTO

npm ERR! request to https://registry.npmjs.org/@capacitor%2fpush-notifications failed, reason: write EPROTO 18380000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:c:\\ws\\deps\\openssl\\openssl\\ssl\\record\\rec_layer_s3.c:1586:SSL alert number 40

npm ERR!

npm ERR! A complete log of this run can be found in: C:\\Users\\91933\\AppData\\Local\\npm-cache\\\_logs\\2023-10-28T10_16_43_472Z-debug-0.log

我下载了最新版本的

node
npm
,但它不起作用。

javascript node.js angular npm ionic-framework
1个回答
0
投票

执行以下步骤:

npm 缓存清理 --force

npm 缓存验证

npm 安装@capacitor/push-notifications

如果您使用的是 mac,也可以尝试使用 sudo 一次

© www.soinside.com 2019 - 2024. All rights reserved.