0

Searching for npx leads me to this npx repo

https://github.com/npm/npx#readme

which says "DEPRECATED: This project has been deprecated - npx is now part of the npm cli"

following the given link to npm I cannot find anything about npx.

Where is npx documented nowadays?

citykid
  • 9,916
  • 10
  • 55
  • 91

1 Answers1

1

You can find the documentation here. It's part of the CLI now, but the command is still aliased under npx.

Kelvin Schoofs
  • 8,323
  • 1
  • 12
  • 31