Closed zmilonas closed 6 years ago
Ran into the problem when doing yarn install that some deep dependencies had various deprecations and for example node <= 9 set. After regerenating the lock file everything seems to work fine and there are no errors thrown when yarn installing.
yarn install
node <= 9
Built and tested on Chrome 68, macOS
As this is an upgrade of many dependencies, will need to do a pretty thorough regression test before merging this in.
Ran into the problem when doing
yarn install
that some deep dependencies had various deprecations and for examplenode <= 9
set. After regerenating the lock file everything seems to work fine and there are no errors thrown when yarn installing.Built and tested on Chrome 68, macOS