mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
5799e00708
If the `embark` cli is detected to be inside the monorepo, the template generator yarn-links any template deps that are part of the monorepo into the dapp. However, `embarkjs-connector-web3` now has a dependency on `embark-core`, which in turn has a dependency on `embark-i18n`. That causes `npm install` to fail inside the dapp because npm checks for deps of `embarkjs-connector-web3` relative to the dapp instead of checking relative to the symlink. `yarn install` does not suffer from that behavior so use it instead.