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
Removed postinstall script that broke consumer installs. The node scripts/link-self.js postinstall hook was a monorepo-internal symlink tool that never shipped in the npm tarball (the files field excludes scripts/). Every npm install of v2.4.0 failed with MODULE_NOT_FOUND. The script is now removed — it was only needed during local monorepo development, not for consumers.