-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx run existing bins #1906
npx run existing bins #1906
Conversation
LGTM! |
PR-URL: #1906 Credit: @nlf Close: #1906 Reviewed-by: @ruyadorno
How would we force always installing & running a package? (esp if the existing command isn't what I want to run) |
@jsg2021 |
@isaacs do i have to add |
I currently have an automation making a call |
I think I'm actually hitting a bug. |
This restores the old
npx foo
behavior of looking forfoo
in the local and global bin paths first, before assuming that it's a package name and attempting to install it.Related to: #1845 and #1746