Description
# deno run -A npm:create-vite@latest
# cd vite-project/
# ls
index.html package.json public src tsconfig.json
# deno check
[works!]
Similarly the LSP should work out of the box.
Currently runs into errors like this:
# deno check .
error: Failed resolving types. Could not resolve "vite/client", but found it in a package.json. Deno expects the node_modules/ directory to be up to date. Did you forget to run `deno install`?
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels