Current Behavior:
I have been using npx <some-workflow-helper> over the past year to run the current version of a command without having to manage updating it. npm7 does not pull the latest version if I have run it once before... i suspect because its no longer a temp install...
Expected Behavior:
npx some-package always runs the latest published version.
Steps To Reproduce:
npx <test-package>
- publish a new version of
npx <test-package>
Environment:
- OS: Fedora 33
- Node: 14.15.0
- npm: 7.1.0
Current Behavior:
I have been using
npx <some-workflow-helper>over the past year to run the current version of a command without having to manage updating it. npm7 does not pull the latest version if I have run it once before... i suspect because its no longer a temp install...Expected Behavior:
npx some-packagealways runs the latest published version.Steps To Reproduce:
npx <test-package>npx <test-package>Environment: