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
,但它不起作用。
执行以下步骤:
npm 缓存清理 --force
npm 缓存验证
npm 安装@capacitor/push-notifications
如果您使用的是 mac,也可以尝试使用 sudo 一次