Deno permissions issue - Uncaught PermissionDenied: network access
问题 I'm trying out Deno and while running an example, I ran into error: $ deno run https://deno.land/std/examples/curl.ts https://example.com Download https://deno.land/std/examples/curl.ts Warning Implicitly using master branch https://deno.land/std/examples/curl.ts Compile https://deno.land/std/examples/curl.ts error: Uncaught PermissionDenied: network access to "https://example.com/", run again with the --allow-net flag at unwrapResponse ($deno$/ops/dispatch_json.ts:43:11) at Object.sendAsync