Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission Denied during wrangler config #10

Open
xiaolinangela opened this issue Apr 21, 2020 · 1 comment
Open

Permission Denied during wrangler config #10

xiaolinangela opened this issue Apr 21, 2020 · 1 comment

Comments

@xiaolinangela
Copy link

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
Copy link

I think you are trying to install/configure a package on the system path without the permission to do so.

  1. Maybe try with sudo (not recommended)
  2. Try create a virtual environment and run the same command in that environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants