You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,8 @@ The plugin targets IntelliJ Platform build **233** (JetBrains 2023.3) or newer.
81
81
- A supported JetBrains IDE based on IntelliJ Platform build 233 or newer
82
82
- Android Studio 2026.1.4 or newer when using Android Studio; install a preview build until this version reaches the stable channel
83
83
- A JCEF-enabled IDE runtime, which Zoo Code requires to render its interface
84
-
- Node.js **20.6.0 or newer** available on your `PATH`
84
+
85
+
On first launch the plugin automatically downloads a pinned, platform-specific Node.js runtime from [nodejs.org](https://nodejs.org) (checksum-verified) and uses it to run the extension host, so no local Node.js installation is required. If the download is unavailable, the plugin falls back to a bundled Node.js or a Node.js **20.6.0 or newer** found on your `PATH`.
85
86
86
87
### Building from source
87
88
@@ -229,8 +230,8 @@ The JetBrains plugin communicates with the Extension Host using RPC over Unix-do
229
230
230
231
### Plugin does not load
231
232
232
-
-Confirm Node.js 20.6.0 or newer is installed with `node --version`.
233
-
-Make sure Node.js is available on the IDE process `PATH`.
233
+
-On first launch, watch the IDE progress panel for the "Downloading Node.js runtime" task; the plugin needs network access to `nodejs.org` unless a suitable Node.js is already installed.
234
+
-If you use a local Node.js instead (for example through a version manager), confirm it is 20.6.0 or newer with `node --version` and available on the IDE process `PATH`.
234
235
- Restart the IDE after installing the plugin.
235
236
- Review the JetBrains IDE log for Zoo Code or Extension Host errors.
0 commit comments