Skip to content

🐛 Bug: Should use pnpx, not npx, to install #1799

@JoshuaKGoldberg

Description

@JoshuaKGoldberg

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Expected

Since pnpm add, pnpm install, and other pnpm commands are used to manage packages, pnpx should be used to execute dependencies in terminals.

Actual

npx is used, which means sometimes a script can't be found. I've seen all-contributors: cannot be found errors running npx all-contributors-cli.

Additional Info

💖

Metadata

Metadata

Labels

status: accepting prsPlease, send a pull request to resolve this!type: bugSomething isn't working :(

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions