Feature Request: support --prefix like npm, to run npx in another base directory
caub opened this issue · 0 comments
caub commented
It would be practical, to avoid redownloading a package if it exists already in another directory
I often run npm run build --prefix frontend
for example, so a being able to do npx --prefix frontend webpack --config configs/webpack.dev.js
would be useful I think