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
Wire does not work with version 3.0.0 of the when module. It instantiates dependencies with the wrong arguments. However, it works fine with when 2.8.0.
Wire's package.json specifies the dependency in package.json like so:
"when": ">=1.5.0 || ~2"
This means that when you currently run npm install, it will use when 3.0.0 instead of a 2.x version.
The text was updated successfully, but these errors were encountered:
Hey @jimkang, thanks for the heads up! We were aware of the incompatibility (an update is coming soon), but thought the semver in package.json would do the right thing :( Sorry about that! I'll push an update asap that limits the when version to 2.x.
Wire does not work with version 3.0.0 of the when module. It instantiates dependencies with the wrong arguments. However, it works fine with when 2.8.0.
Wire's package.json specifies the dependency in package.json like so:
This means that when you currently run
npm install
, it will use when 3.0.0 instead of a 2.x version.The text was updated successfully, but these errors were encountered: