Relative import path "preact" not prefixed with / or ./ or ../ at https://deno.land/x/fresh@1.4.
Please help.
9 Replies
Where is the error message coming from? Did you generate a new project? Did you update an existing project?
openning the deno project as root folder should fix it
Is this error occuring when you run the project or in vscode?
Hi. I created a new project with
deno run -A -r https://fresh.deno.dev
iterm2Thanks for sharing more information. I can reproduce that on my end. Looking into it
@marvinh. 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.Just published a patch 1.4.1 release to fix this. If you try it again it should work
@juraj9218 Can you try running the command again? Just published a patch release that fixes this
Tentatively confirmed working 🙂
it is working. Good job