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 Apr 7, 2021. It is now read-only.
What / Why
Being able to run npx from a parent folder would be more practical for a project with multiple sub projects.
How
Current Behavior
Currently it can be done in npm with
npm --prefix path/to/dir run install
.Expected Behavior
It could run the same as npm does, ie
npx --prefix path/to/sub yarn install
.References
It was a requested feature before under zkat.
zkat/npx#226
The text was updated successfully, but these errors were encountered: