#Relative import path "preact" not prefixed with / or ./ or ../ at https://deno.land/x/[email protected].

1 messages · Page 1 of 1 (latest)

north hawk
#

Please help.

deno 1.36.1 (release, aarch64-apple-darwin)
v8 11.6.189.12
typescript 5.1.6
hushed spruce
#

Where is the error message coming from? Did you generate a new project? Did you update an existing project?

sturdy bobcat
#

openning the deno project as root folder should fix it

hushed spruce
#

Is this error occuring when you run the project or in vscode?

north hawk
#

Hi. I created a new project with deno run -A -r https://fresh.deno.dev

#

iterm2

hushed spruce
#

Thanks for sharing more information. I can reproduce that on my end. Looking into it

daring salmon
#

@hushed spruce if it's helpful, I'm getting the exact same error when upgrading Fresh (using: deno run -A -r https://fresh.deno.dev/update . ) in an existing project directory. I'm on Mac in VSCode. Likely related.

hushed spruce
#

@north hawk Can you try running the command again? Just published a patch release that fixes this

daring salmon