You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use apt --reinstall to restore missing npm/corepack binaries
NodeSource nodejs package registers /usr/bin/npm and /usr/bin/corepack
in dpkg but the actual files are missing from the filesystem. Plain
apt install -y says "already newest version" and does nothing.
Use --reinstall to force dpkg to unpack all files again.
Also removed unnecessary NodeSource setup_22.x re-run — the repo is
already configured, only the binaries need restoring.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments