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
ERR_MODULE_NOT_FOUND
npm:[email protected]
Version: Deno 2.0.6
The code to reproduce:
import { channel } from "npm:[email protected]"; console.debug(channel("#00000000", "r"));
Expected output (it's from Node.js):
0
Actual output:
error: [ERR_MODULE_NOT_FOUND] Cannot find module 'file:///Users/dahlia/Library/Caches/deno/npm/registry.npmjs.org/khroma/2.1.0/dist/channels/utils/index.js' imported from 'file:///Users/dahlia/Library/Caches/deno/npm/registry.npmjs.org/khroma/2.1.0/dist/channels//index.js'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version: Deno 2.0.6
The code to reproduce:
Expected output (it's from Node.js):
0
Actual output:
error: [ERR_MODULE_NOT_FOUND] Cannot find module 'file:///Users/dahlia/Library/Caches/deno/npm/registry.npmjs.org/khroma/2.1.0/dist/channels/utils/index.js' imported from 'file:///Users/dahlia/Library/Caches/deno/npm/registry.npmjs.org/khroma/2.1.0/dist/channels//index.js'
The text was updated successfully, but these errors were encountered: