-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Description
File: runtime/tutorials/how_to_with_npm/react.md
Running the example with a fresh VSCode installation and in a new folder:
[zweieuro@thewallet /tmp]$ deno run -A npm:create-vite@latest --template react-ts
✔ Project name: … deno_test
Scaffolding project in /tmp/deno_test...
Done. Now run:
cd deno_test
deno install
deno run dev
[zweieuro@thewallet /tmp]$ cd deno_test
[zweieuro@thewallet /tmp/deno_test]$ deno install
deno task dev
runs fine, but deno is disabled.
Running deno: enable in VSCode does shows the following:
- React UMD global not preset
- svg paths not recognized properly (in this case vite.svg isn't even in the project, its from vite directly)
- svg paths to files not recognized correctly
There is no deno.json
file
Should these things be setup correctly?
Metadata
Metadata
Assignees
Labels
No labels