Skip to content

v2.4.1 — Fix postinstall script breaking consumer installs

Choose a tag to compare

@reatlat reatlat released this 18 Jun 00:00
404adc3

Fixed

  • 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.