zkat / npx

execute npm package binaries (moved)

Home Page:https://github.com/npm/npx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: support --prefix like npm, to run npx in another base directory

caub opened this issue · comments

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