Posts

Showing posts with the label NPM

Npm ERR cb() never called .npm WARN registry Using stale data from http://registry.npmjs.org/ because the host is inaccessible -- are you offline?

Check if you have any proxy config npm config list Delete them by npm config delete proxy npm config delete http-proxy npm config delete https-proxy Now try npm install