You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that on every relative path, I get the following error:
✘ [ERROR] Could not resolve "/home/carere/Projects/Ashiso/deno_zentai/apps/karada/src/components/organisms/Graph/controls/ContractSelector/ContractPreview/index.tsx" [plugin deno-loader]
apps/karada/src/components/organisms/Graph/controls/ContractSelector/index.tsx:19:32:
19 │ import { ContractPreview } from "./ContractPreview/index.tsx";
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The plugin "deno-loader" didn't set a resolve directory, so esbuild did not search for
"/home/carere/Projects/Ashiso/deno_zentai/apps/karada/src/components/organisms/Graph/controls/ContractSelector/ContractPreview/index.tsx"
on the file system.
I'm not well-versed into esbuild, and I don't know how to fix this issue.
Maybe someone got a clue ??
The text was updated successfully, but these errors were encountered:
It seems that on every relative path, I get the following error:
I'm not well-versed into esbuild, and I don't know how to fix this issue.
Maybe someone got a clue ??
The text was updated successfully, but these errors were encountered: