deno
deno copied to clipboard
Enable npm packages to work without the `node:` specifier
Some npm packages import Node.js APIs without the node: specifier.
To enhance compatibility, Deno should allow npm packages to use the Node.js API without the node: specifier.
Can you show an example? Deno should already allows npm packages to work without the node: specifier.
Import error occurred on October 1st, but there is no problem now. There is currently no problem, so I close this issue.