Skip to content

Commit

Permalink
Merge pull request #1350 from trbutler4/add-note-on-pnpm-node-version
Browse files Browse the repository at this point in the history
docs: Add documentation on pnpm node version
  • Loading branch information
monilpat authored Dec 22, 2024
2 parents d4a53b6 + 7f1bdbd commit 910b67b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,15 @@ pnpm start --characters="characters/trump.character.json,characters/tate.charact

1. **Node.js Version**

- Ensure Node.js 23.3.0 is installed
- Use `node -v` to check version
- Consider using [nvm](https://github.com/nvm-sh/nvm) to manage Node versions
- Ensure Node.js 23.3.0 is installed
- Use `node -v` to check version
- Consider using [nvm](https://github.com/nvm-sh/nvm) to manage Node versions

NOTE: pnpm may be bundled with a different node version, ignoring nvm. If this is the case, you can use
```bash
pnpm env use --global 23.3.0
```
to force it to use the correct one.

2. **Sharp Installation**
If you see Sharp-related errors:
Expand Down

0 comments on commit 910b67b

Please sign in to comment.