-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
status: accepting prsPlease, send a pull request to resolve this!Please, send a pull request to resolve this!type: bugSomething isn't working :(Something isn't working :(
Description
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
Assignees
Labels
status: accepting prsPlease, send a pull request to resolve this!Please, send a pull request to resolve this!type: bugSomething isn't working :(Something isn't working :(