File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments