1
0

feat: Update Node.js version to 18.16.1 in .nvmrc and add CLAUDE.md for project settings

This commit is contained in:
Ahmed Bouhuolia
2026-03-01 23:55:35 +02:00
parent 3e1ef4046c
commit 557f5006a5
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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.
+1 -1
View File
@@ -1 +1 @@
v14.20
18.16.1