清理npm缓存后,npm安装无法正常工作
我遇到了这个问题:
npm ERR! code EPROTO
npm ERR! errno EPROTO
npm ERR! request to https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz failed, reason: write EPROTO 13008:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:332:
npm E RR!
npm ERR! A complete log of this run can be found in:
我试图删除%AppData%下的npm-cash文件夹并运行npm缓存验证,但它也无法正常工作。