Today in Win7 npm install xxx the above error occurs, the solution.
npm config set proxy null(npm config delete proxy)
npm config set https-proxy null
npm config set strict-ssl false
then install
Today in Win7 npm install xxx the above error occurs, the solution.
npm config set proxy null(npm config delete proxy)
npm config set https-proxy null
npm config set strict-ssl false
then install