AssertionError: "data" is unexpectedly null for "/v23/_node.ns.d.ts". when running `pnpm dev`
See original GitHub issueError stacktrace
Check https://deno.land/x/aleph@v0.2.28/cli/dev.ts
error: Uncaught (in promise) TypeError: AssertionError: "data" is unexpectedly null for "/v23/_node.ns.d.ts".
at assert (deno:cli/tsc/99_main_compiler.js:67:13)
at Object.getSourceFile (deno:cli/tsc/99_main_compiler.js:279:7)
at findSourceFileWorker (deno:cli/tsc/00_typescript.js:108104:29)
at findSourceFile (deno:cli/tsc/00_typescript.js:108014:26)
at deno:cli/tsc/00_typescript.js:107966:85
at getSourceFileFromReferenceWorker (deno:cli/tsc/00_typescript.js:107933:34)
at processSourceFile (deno:cli/tsc/00_typescript.js:107966:13)
at deno:cli/tsc/00_typescript.js:108252:17
at Object.forEach (deno:cli/tsc/00_typescript.js:384:30)
at processReferencedFiles (deno:cli/tsc/00_typescript.js:108251:16)
const { default: cmd } = await import(`./cli/${command}.ts`)
^
at async main (https://deno.land/x/aleph@v0.2.28/cli.ts:163:30)
Reproduction
aleph init hello
cd hello
aleph dev
Useful info
- Deno version: 1.8.0
- Aleph version: 0.2.28
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
AssertionError when debugging in VS Code #2946 - GitHub
Whenever I run it, I run into this error on any of the test files: Uncaught exception in tests\temp.tests.ts AssertionError [ERR_ASSERTION]: ...
Read more >Error Codes | pnpm
This error happens when installation cannot be performed without changes to the lockfile. This might happen in a CI environment if someone has...
Read more >Deno oak error: Uncaught AssertionError: Unexpected skip of ...
I was introducing me in Deno with the "complex program" in its Getting started section and I was unable to run the program...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@talentlessguy It’s Deno 1.8.0 compatable on
master
, so next release will work with 1.8Seems to be a bug with ESM
cc @ije