-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Bugthing that needs fixingthing that needs fixingDuplicateduplicate of another, existing issueduplicate of another, existing issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release
Milestone
Description
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
LeeHao12, TomasHubelbauer and pcgeek86
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingDuplicateduplicate of another, existing issueduplicate of another, existing issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release