Describe the bug
Running yarn install the first time in a project with node-modules plugin enabled (nodeLinker: node-modules set) results in the command displaying a progress bar and hanging indefinitely after it prints "Done with warnings".
To Reproduce
package.json:
{
"dependencies": {
"react": "~16.9.0"
}
}
.yarnrc.yml:
nodeLinker: node-modules
Run yarn install.
Screenshots

Environment if relevant (please complete the following information):
Additional context
N/A
Fixed in master (#753), you can use yarn set version from sources to try it.
Most helpful comment
Fixed in master (#753), you can use
yarn set version from sourcesto try it.