Comment by politelemon
4 years ago
It's a tool that comes with NodeJS.
npx will run the node package from node_modules if it's present, else it will npm install the package and then run it.
4 years ago
It's a tool that comes with NodeJS.
npx will run the node package from node_modules if it's present, else it will npm install the package and then run it.
No comments yet
Contribute on Hacker News ↗