This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Yarn/node version locking downstream issues #2394
Comments
Steps to reproduce in a new directory:
This only effects those using yarn, |
dankins
pushed a commit
to dankins/kirby-web3
that referenced
this issue
Sep 19, 2019
installing the connext client library brings in `@counterfactual/node`, which has very specific `engine` specifications. This breaks `yarn install` for any downstream packages. Removing this dependency until it is fixed upstream counterfactual/monorepo#2394
@dankins Did this work?^ Will close if so |
Still an issue for people running node v12 (which is a LOT of people). @cf19drofxots any suggestions? |
#2492 Should fix this |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When people install packages that consume counterfactual ones (e.g. some installs
@connext/client
) using a different yarn or node version, they get the error:Should probably unlock the yarn/node versions to eliminate these downstream issues.
The text was updated successfully, but these errors were encountered: