Nothing should link to npx
package on www.npmjs.com
#278
Labels
content
Issues or PRs related to the content of the docs
npx
package on www.npmjs.com
#278
I just opened npm/cli#5742 and #277.
Searching Google for "npx" brings up:
https://www.npmjs.com/package/npx
... as the first result. The "best link", the npx CLI command entry in the npm docs isn't in the first page of results (it's the 1st result on the 2nd page).
https://www.npmjs.com/package/npx is a bit cryptic. Following the link to GitHub goes to:
https://github.com/npm/npx
... which shows:
... up top. Scrolling down reveals:
... that leads to:
https://github.com/npm/cli
The sidebar gives the link to:
https://docs.npmjs.com/cli/
... and then you have to search for "npx" (or drill down into "CLI Commands"), and then finally, you get to:
https://docs.npmjs.com/cli/commands/npx
I'm not sure what can be done to improve this user experience, any ideas?
The text was updated successfully, but these errors were encountered: