Last Updated: February 25, 2016
·
590
· stevelacy

Get npmjs verbose logs back

Wishing you had the http response logs when using npm after the update?

Use npm config to set the spinner to false, and the loglevel to http:

npm config set spin false
npm config set loglevel http