I ran into a bunch of issues with Yarn 2 as well using the same stack. The solution is to create a .yarnrc.yml
file with the following line:
nodeLinker: node-modules
This can also be done with following yarn
command:
yarn config set nodeLinker node-modules