mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
fix: resolve auto-update npm permission errors and dependency installation issues
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -259,7 +259,7 @@ class UpdateManager {
|
||||
|
||||
// Install dependencies
|
||||
console.log('[UpdateManager] Installing dependencies...');
|
||||
await execAsync(`cd "${pulseDir}" && npm ci --production`);
|
||||
await execAsync(`cd "${pulseDir}" && rm -rf node_modules && npm install --omit=dev`);
|
||||
|
||||
if (progressCallback) {
|
||||
progressCallback({ phase: 'apply', progress: 100 });
|
||||
|
||||
Reference in New Issue
Block a user