If you are not on MacOS, yarn install will exclude optional dependency fsevents that is not platform compatible. Although a normal behavior, this makes yarn start to fail.
I added a simple note to bypass platform checking when yarn installing packages.
If you are not on MacOS,
yarn install
will exclude optional dependencyfsevents
that is not platform compatible. Although a normal behavior, this makes yarn start to fail. I added a simple note to bypass platform checking whenyarn install
ing packages.