Skip to content

Commit 434a9e3

Browse files
committed
docs: add troubleshooting section to DEVELOPMENT.md
- Add comprehensive troubleshooting section between Debugging and Building - Include solutions for case-sensitive volume issues with Turbo - Add Turbo daemon fixes and cache clearing procedures - Cover platform-specific issues and Node.js/pnpm problems - Provide links to toolchain-specific GitHub issues - Update Table of Contents with new section Addresses #5025
1 parent 881e5b1 commit 434a9e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

DEVELOPMENT.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,12 @@ $ npm install -g pnpm
295295

296296
#### Node version conflicts
297297

298-
Ensure you're using Node 20+. If using a version manager like nvm:
298+
Use the Node version pinned by `.nvmrc` (currently LTS “jod” / Node 22):
299299

300300
```bash
301-
$ nvm use 20
302-
$ nvm alias default 20
301+
nvm install
302+
nvm use
303+
node -v
303304
```
304305

305306
### Rust Issues

0 commit comments

Comments
 (0)