Skip to content

Commit 02726f7

Browse files
remind users to run deno install after adding imports to a deno.json … (#2469)
1 parent 931796f commit 02726f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

runtime/reference/jsx.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ To use the newer JSX runtime transform change the compiler options in your
7070
}
7171
```
7272

73+
:::note install dependencies
74+
75+
When manually adding imports to your `deno.json` file, remember to run
76+
`deno install` to download and cache the dependencies.
77+
78+
:::
79+
7380
Behind the scenes the `jsxImportSource` setting will always append a
7481
`/jsx-runtime` to the import specifier.
7582

0 commit comments

Comments
 (0)