Troubleshooting
Frequently Asked Questions
1
Command not found?
If installed globally, make sure you used:
npm i -g pumkiThen run:
pumki add <component>If installed locally, run with npx (or your package manager’s equivalent):
npx pumki add <component>2
Permission errors on global install (macOS/Linux)
Try:
npm i -g pumki --unsafe-permOr use a Node version manager (nvm, fnm)
3
Wrong package manager being used
Pumki auto-detects, but you can ensure a lockfile (package-lock.json, pnpm-lock.yaml, yarn.lock, bun.lockb) exists before running.
If none exist, it defaults to npm.
If you hit an issue, please open an issue with your OS, Node version, package manager, and command used.
Raise Issue
CLI Related Issues
https://github.com/AnshSinghSonkhia/pumki-cli/issues
UI Related Issues
Last updated on