After upgrading to the latest version of npm requests are no longer displayed.
$ npm --version 1.4.13
Now that the packages are installed, I really like the ASCII animation that I love, but how can I see the requests that were made? I mean the following:
npm http GET https://registry.npmjs.org/<package-name> ...
Is there an option for npm install to enable this feature?
IonicΔ BizΔu
source share