🐛 Bug: Should use pnpx, not npx, to install #1799
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
Since
pnpm add
,pnpm install
, and otherpnpm
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 seenall-contributors: cannot be found
errors runningnpx all-contributors-cli
.Additional Info
💖
The text was updated successfully, but these errors were encountered: