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: clean up broken symlinks after .pnpm removal, keep root next/
After deleting .pnpm/, symlinks in apps/web/node_modules/ become
dangling and break cp -r. Remove broken symlinks before copying.
Since apps/web/node_modules/next is now gone, server.js resolves
from root node_modules/next — so don't delete that copy.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments