Closed alex-miller-0 closed 3 years ago
Seems something was cached on my system. It is working now. Sorry about that.
I am having exactly the same problem. I did run yarn cache clean, but no success. Any suggestions?
@Sentrycs I'm pretty sure I had to re-clone the repo, unfortunately.
@alex-miller-0 What OS did you use?
Mac OS (Catalina)
Describe the bug I can't seem to install modules with
yarn
due to two different dependencies requiring conflicting versions of node to install.Steps to reproduce (REQUIRED)
I am using the current tip of
develop
:47fd9bf45d77572cc697ce1a48bfb9675b37e4fc
When using node
10.18.1
:Switching to node
12.14.1
:I can remove the engine restriction in
package.json
and switch to"node": "^12.14.1"
, but trying to install with node 12 still fails due to a different dependency:Expected behavior
yarn
should successfully install node modules.