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.
npx installs the lib for every executions every time, instead of using cache.
I get the following output: npx: installed 92 in 40.544s
I would expect it to happen only upon the first time, and on following executions to be served from cache very fast.
When
Every time I execute the command via npx
Where
Private NPM repository
Current Behavior
Every time I execute a command it re-installs from scratch
Expected Behavior
To load the lib from cache, similar to what would have happened if it was installed globally
The text was updated successfully, but these errors were encountered:
LiranBri
changed the title
[BUG] npx installs the lib for every executions every time, instead of using cache
[BUG] npx installs the lib upon each execution from scratch, instead of using cache
Nov 19, 2020
What / Why
npx installs the lib for every executions every time, instead of using cache.
I get the following output:
npx: installed 92 in 40.544s
I would expect it to happen only upon the first time, and on following executions to be served from cache very fast.
When
Every time I execute the command via npx
Where
Private NPM repository
Current Behavior
Every time I execute a command it re-installs from scratch
Expected Behavior
To load the lib from cache, similar to what would have happened if it was installed globally
The text was updated successfully, but these errors were encountered: