Skip to content

Commit 910b67b

Browse files
authored
Merge pull request #1350 from trbutler4/add-note-on-pnpm-node-version
docs: Add documentation on pnpm node version
2 parents d4a53b6 + 7f1bdbd commit 910b67b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/docs/quickstart.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,15 @@ pnpm start --characters="characters/trump.character.json,characters/tate.charact
213213

214214
1. **Node.js Version**
215215

216-
- Ensure Node.js 23.3.0 is installed
217-
- Use `node -v` to check version
218-
- Consider using [nvm](https://github.com/nvm-sh/nvm) to manage Node versions
216+
- Ensure Node.js 23.3.0 is installed
217+
- Use `node -v` to check version
218+
- Consider using [nvm](https://github.com/nvm-sh/nvm) to manage Node versions
219+
220+
NOTE: pnpm may be bundled with a different node version, ignoring nvm. If this is the case, you can use
221+
```bash
222+
pnpm env use --global 23.3.0
223+
```
224+
to force it to use the correct one.
219225

220226
2. **Sharp Installation**
221227
If you see Sharp-related errors:

0 commit comments

Comments
 (0)