leigh
leigh
Explore posts from servers
DDeno
Created by KaKi87 on 9/9/2023 in #help
Read permission & NPM imports
I randomly started experiencing the same issue. Opened issue: https://github.com/denoland/deno/issues/20484
12 replies
DDeno
Created by KaKi87 on 9/9/2023 in #help
Read permission & NPM imports
What version of Deno?
12 replies
DDeno
Created by KaKi87 on 9/9/2023 in #help
Read permission & NPM imports
Are you loading an npm import dynamically? Could that be why it's asking for permission?
12 replies
DDeno
Created by leigh on 8/27/2023 in #help
Permissions with npm/node imports
Do I need to allow read a directory for node?
2 replies
DDeno
Created by leigh on 7/27/2023 in #help
async map
Is there any significance of Promise.all([...]) vs for await (const x of [...])?
5 replies
DDeno
Created by leigh on 7/27/2023 in #help
async map
Of course thanks.
5 replies
CDCloudflare Developers
Created by leigh on 7/21/2023 in #pages-help
Deploy Deno static site
Okay, that seems like it should be straightforward enough using a command like:
curl -fsSL https://deno.land/x/install/install.sh | sh && /opt/buildhome/.deno/bin/deno task build
curl -fsSL https://deno.land/x/install/install.sh | sh && /opt/buildhome/.deno/bin/deno task build
6 replies