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
{{ message }}
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
What / Why
When npx is invoked with --package foo@1.2.3, npx doesn't cache it (maybe there is a good reason for this, but I can't think of one)
When
When npx is invoked with --package foo@1.2.3
Where
any package
Current Behavior
foo@1.2.3 is not cached
Steps to Reproduce
simply run npx with --package with a @ version - do this more than once
Expected Behavior
You should see the 2nd time that npx does not try to install packages again (caching the first install)
References
Look here:
The text was updated successfully, but these errors were encountered: