You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A thing occurred to me: Instead of using request to download the tarball, maybe npm-cdn could just npm install foo. That would leave the "should I download it or do I already have it on disk?" responsibility in the hands of the npm client...
A thing occurred to me: Instead of using
request
to download the tarball, maybe npm-cdn could justnpm install foo
. That would leave the "should I download it or do I already have it on disk?" responsibility in the hands of the npm client...// @iarna
The text was updated successfully, but these errors were encountered: