Closed creonico closed 3 months ago
But the node version v20.12.2 does export register from node:module, https://nodejs.org/docs/latest-v20.x/api/module.html#moduleregisterspecifier-parenturl-options. Am I missing something or am I right to believe that this is a bug with 'node:' specifiers?
I was facing a similar bug, and thank you for mentioning the Node version—now I’ve got it working
Version: Deno 1.45.5
I have the following script that sets up payloadcms for a new project and a deno.json with the dependency and tasks:
But when I run it, it gives the following error:
Which points to this line:
But the node version v20.12.2 does export register from node:module, https://nodejs.org/docs/latest-v20.x/api/module.html#moduleregisterspecifier-parenturl-options. Am I missing something or am I right to believe that this is a bug with 'node:' specifiers?