zkat / npx

execute npm package binaries (moved)
https://github.com/npm/npx
Other
2.63k stars 105 forks source link

Clarify npx will always get `latest` even if no version is specified #16

Closed jbcpollak closed 7 years ago

jbcpollak commented 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)