Skip to content

Commit 07345d7

Browse files
committed
Node version update
1 parent d5f13aa commit 07345d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

documentation/blender/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before starting, make sure you have:
2929
<ClientOnly>
3030

3131
- <a target="_blank" href="https://www.blender.org/download/"><strong>Blender 4.5+ LTS</strong></a>
32-
- <os-link windows_url="https://nodejs.org/dist/v20.9.0/node-v20.9.0-x64.msi" osx_url="https://nodejs.org/dist/v20.9.0/node-v20.9.0.pkg"><strong>Node.js 20 LTS</strong></os-link>
32+
- <os-link windows_url="https://fwd.needle.tools/needle-engine/nodejs/win" osx_url="https://fwd.needle.tools/needle-engine/nodejs/osx"><strong>Node.js 22 LTS or 24 LTS</strong></os-link>
3333

3434
</ClientOnly>
3535

documentation/unity/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ MyPackage/
264264

265265
| Issue | Solution |
266266
| --- | --- |
267-
| Server won't start | [Install Node.js](../getting-started/#prerequisites) (version 18.x or newer) |
267+
| Server won't start | [Install Node.js](../getting-started/#prerequisites) (22 LTS or 24 LTS recommended) |
268268
| Can't edit code | [Install VSCode](../getting-started/#code-editor-and-tools) (recommended editor) |
269269
| Components not showing in Unity | Restart Unity or click "Generate C# Components" on Needle Engine component |
270270
| Hot reload not working | Check console for errors, restart dev server with "Install" button |

documentation/unity/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Share code across projects with **NPM Definitions (NpmDef)**:
185185

186186
| Issue | Solution |
187187
| --- | --- |
188-
| Server won't start | [Install Node.js](../getting-started/#prerequisites) (18.x or newer) |
188+
| Server won't start | [Install Node.js](../getting-started/#prerequisites) (22 LTS or 24 LTS recommended) |
189189
| Can't edit code | [Install VSCode](../getting-started/#code-editor-and-tools) |
190190
| Components not showing | Restart Unity or click "Generate C# Components" |
191191
| Hot reload not working | Check console, restart dev server |

0 commit comments

Comments
 (0)