npm install failed EPROTO fetch request failed
问题 I get fetch failed error when I try to install a package from npm. I set the config of the npm: - set strict-ssl to false - set registry with https://registry.npmjs.org/ - set the proxy and https-proxy When I search a package, the get method to the registry worked fine however when I try to install, I got an error I got this error after I upgrade my node with the last version of Node 8.9.1 with npm 5.5.1. I tried many things to fix it: - deleted the content and reconfigured my .npmrc settings