Skip to Content
🎉Introducing Pumki UI
Troubleshooting

Troubleshooting

Frequently Asked Questions


1

Command not found?

If installed globally, make sure you used:

npm i -g pumki
Then 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-perm
Or 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

https://github.com/AnshSinghSonkhia/pumki-cli/issues 

https://github.com/AnshSinghSonkhia/pumki-ui/issues 

Last updated on