DenoDDeno
Powered by
leighL
Deno•3y ago•
1 reply
leigh

Permissions with npm/node imports

I'm trying to run a command and it's like I need to add
--allow-read
--allow-read
permissions because of the
node:
node:
imports.

This is the error I see:

✘ [ERROR] No such file or directory (os error 2): readfile 'node:punycode' [plugin lumeLoader]

    deno:https://esm.sh/v131/markdown-it@13.0.1/denonext/markdown-it.mjs:4:22:
      4 │ import * as __2$ from "node:punycode";
        ╵                       ~~~~~~~~~~~~~~~
✘ [ERROR] No such file or directory (os error 2): readfile 'node:punycode' [plugin lumeLoader]

    deno:https://esm.sh/v131/markdown-it@13.0.1/denonext/markdown-it.mjs:4:22:
      4 │ import * as __2$ from "node:punycode";
        ╵                       ~~~~~~~~~~~~~~~
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

subpackage imports with npm specifiers
yoggydYyoggyd / help
3y ago
discord.js with new npm imports
moochMmooch / help
4y ago
Read permission & NPM imports
KaKi87KKaKi87 / help
3y ago