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
Meanio has a postinstall script with npm install hardcoded in package.json. If a parent application is built using yarn with meanio as a dependency, the meanio package dependencies are not loaded into the yarn cache. In turn this breaks the very powerful offline and cached dependency build features of yarn. The hardcoded npm install will not look at the yarn cache and the parent build will break.
Possibly allow an env var, some other external config option, to enable the postinstall script to use yarn instead of npm.
The text was updated successfully, but these errors were encountered:
Meanio has a postinstall script with
npm install
hardcoded in package.json. If a parent application is built using yarn with meanio as a dependency, the meanio package dependencies are not loaded into the yarn cache. In turn this breaks the very powerful offline and cached dependency build features of yarn. The hardcodednpm install
will not look at the yarn cache and the parent build will break.Possibly allow an env var, some other external config option, to enable the postinstall script to use yarn instead of npm.
The text was updated successfully, but these errors were encountered: