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
Use isolated pnpm install for nested packages to prevent JSON corruption
Running pnpm install with hoisted mode in nested directories causes
package.json corruption. Use isolated mode (default pnpm behavior without
hoisting flags) for the nested install to avoid conflicts.
0 commit comments