Import built-in Node module from deno.json imports
How can we import built-in Node modules by adding imorts to deno.json?
We are getting below error when we do it
But we have added "url/*": "node:url" to our deno.json imports.
We are getting below error when we do it
But we have added "url/*": "node:url" to our deno.json imports.
