You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.
As far as I can see there is no argument to ask npx what it'll do. Will it execute a locally installed package, or pull a package from the registry etc.? It would be really helpful to see what will happen and not just run npx and hope for the best. Or maybe at least adding a verbose output switch would be helpful. This kind of magic makes me cringe.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I run for example:
npx tsc -v
How do I tell what binary gets executed?
As far as I can see there is no argument to ask npx what it'll do. Will it execute a locally installed package, or pull a package from the registry etc.? It would be really helpful to see what will happen and not just run npx and hope for the best. Or maybe at least adding a verbose output switch would be helpful. This kind of magic makes me cringe.
The text was updated successfully, but these errors were encountered: