Permission Denied during wrangler config
xiaolinangela opened this issue · 1 comments
xiaolinangela commented
I created an API token using the "Edit Cloudflare Workers" template, but when I entered the API token key, I got this error message:
Validating credentials...
Error: Permission denied (os error 13)
Does anyone know how to solve this issue?
Thanks
guanguangua commented
I think you are trying to install/configure a package on the system path without the permission to do so.
- Maybe try with sudo (not recommended)
- Try create a virtual environment and run the same command in that environment