Y
Hacker News
new
|
ask
|
show
|
jobs
by
eliaslfox
3220 days ago
That's not the same thing. Npx is for running commands you install from npm, and yarn [command] allows you to run scripts defined in your package.json file.
1 comments
fahrradflucht
3219 days ago
npm always did this. The OC said that he likes that yarn can also run local binaries that are not a npm script.
link