mirror of
https://github.com/denoland/deno.git
synced 2024-12-12 02:27:46 -05:00
3 lines
305 B
Text
3 lines
305 B
Text
[# not the best error, but it did resolve because there was no exports specified]
|
|
error: [ERR_MODULE_NOT_FOUND] Cannot find module 'file:///[WILDLINE]/c/non-existent' imported from 'file:///[WILDLINE]/b/no-exports-sub-path-not-exists.ts'
|
|
at file:///[WILDLINE]/b/no-exports-sub-path-not-exists.ts:1:20
|