Closed jbcpollak closed 7 years ago
It would be helpful for documentation to clearly explain that if you run npx foo, then npx will always download foo@latest, rather than using the existing cached version of foo. (Assuming this is true)
npx foo
foo@latest
foo
It would be helpful for documentation to clearly explain that if you run
npx foo
, then npx will always downloadfoo@latest
, rather than using the existing cached version offoo
. (Assuming this is true)