cloudflare-internship-2020/internship-application-fullstack

Permission Denied during wrangler config

xiaolinangela opened this issue · 1 comments

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

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