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
While the old haul package used to install just fine with the same pnpm settings, while upgrading to the @haul-bundler/cli package (tried 0.10.0, 0.11.0 and 0.12.0), I get this error while installing...
I don't understand where the 0.11.0 dependency comes from since all the versions I am trying to install are 0.12.0.
ERROR @haul-bundler/cli > @haul-bundler/core: @haul-bundler/[email protected] requires a peer of @haul-bundler/core@^0.11.0 but version 0.12.0 was installed.
@zamotany, do you know why the package.json of core-legacy in the repo shows a peer dep to core 0.12.0 but then when I install the npm package the peer dep to core is for version 0.11.0? (I think this is what is causing my issue above).
@tachtevrenidis When I publish the packages with lerna it bumps the versions, but it does not update peerDependencies so I have to update them manually and sometimes, the packages are published without this manual bump to peerDependencies.
Environment
node: 10.15.3
pnpm: 2.25.6
react-native: 0.60.5
@haul-bundler/cli: 0.12.0
Description
While the old haul package used to install just fine with the same pnpm settings, while upgrading to the @haul-bundler/cli package (tried 0.10.0, 0.11.0 and 0.12.0), I get this error while installing...
I don't understand where the 0.11.0 dependency comes from since all the versions I am trying to install are 0.12.0.
Reproducible Demo
package.json
The text was updated successfully, but these errors were encountered: