fix(setup/readme): Improve force update instructions and dependency installation process in setup.sh and readme.md

This commit is contained in:
2025-03-26 13:54:49 +00:00
parent 47ef918128
commit 3e6b883b38
4 changed files with 22 additions and 14 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-03-26 - 2.6.2 - fix(setup/readme)
Improve force update instructions and dependency installation process in setup.sh and readme.md
- Clarify force update commands with explicit paths in readme.md
- Remove existing node_modules before installing dependencies in setup.sh
- Switch from 'npm ci --only=production' to 'npm install --omit=dev' with updated error instructions
## 2025-03-26 - 2.6.1 - fix(setup)
Update setup.sh to temporarily add vendor Node.js binary to PATH for dependency installation, log Node and npm versions, and restore the original PATH afterwards.