14 lines
226 B
Markdown
14 lines
226 B
Markdown
# Claude Code Settings for Bigcapital
|
|
|
|
## Node.js Version
|
|
|
|
Always use Node.js 18.16.1 for this project. Before running any npm/pnpm/node commands:
|
|
|
|
```bash
|
|
nvm use 18.16.1
|
|
```
|
|
|
|
## Package Manager
|
|
|
|
Use `pnpm` for this project.
|