mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
6f09488864
- Changed installer to always run npm install on updates, not just fresh installs - Added Express version check even for tarball installations - Forces dependency update if Express version doesn't match expected 4.19.2 - Removed manual fix script as it's no longer needed The issue was that tarball installations include pre-built node_modules, which prevented dependency updates when package.json changed. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>