We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deno eval --unstable --compat "" ... error: [ERR_MODULE_NOT_FOUND] Cannot find module "file:///Users/biwanczuk/dev/deno/$deno$eval.js" imported from "file:///Users/biwanczuk/dev/deno"
Node resolver is not aware of in-memory files used when running deno eval subcommand.
deno eval
Caused by: #12882
The problem didn't happen before, because for subcommands that did not use module graph (like deno eval) Node resolution was never applied.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Node resolver is not aware of in-memory files used when running
deno eval
subcommand.Caused by: #12882
The problem didn't happen before, because for subcommands that did not use module graph (like
deno eval
) Node resolution was never applied.The text was updated successfully, but these errors were encountered: