npm 缓存问题:有时 npm 的缓存可能会导致一些奇怪的错误,包括 errno -4077。 服务器端的错误:npm 尝试连接的远程服务器可能出现了故障或配置错误。 解决方法 检查网络连接: 确保你的网络连接是稳定的,并且没有防火墙或路由器设置阻止 npm 访问外部网络。 清除npm 缓存: bash npm cache clean --force 清除缓...
npm ERR! errno -4077 npm ERR! network read ECONNRESET npm ERR! network Thisisa problem related to network connectivity. npm ERR! network In most cases you are behind a proxy or have bad network settings. npm ERR! network npm ERR! network If you are behind a proxy, please make sure th...
npm ERR! errno 1 npm ERR! chromedriver@2.27.2 install:node install.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the chromedriver@2.27.2 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete l...
zip... npm ERR! node:internal/process/promises:246 npm ERR! triggerUncaughtException(err, true /* fromPromise */); npm ERR! ^ npm ERR! npm ERR! Error: read ECONNRESET npm ERR! at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) { npm ERR! errno: -4077, npm ERR!
(node:_http_client:501:9) at TLSSocket.emit (node:events:514:28) at emitErrorNT (node:internal/streams/destroy:151:8) at emitErrorCloseNT (node:internal/streams/destroy:116:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -4077, code: 'ECONN...