Why Yarn v3.0.2 doesn't install the node_modules folder with all packages? So i need to run the command npm install after the yarn's commands? Every time i'm using yarn 3 to handle my dependencies i need to run npm command install too?
try to add this code nodeLinker: node-modules in .yarnrc.yml file
see node_modules is missing after successful yarn install
Just to clarify something that confused me, you need to add nodeLinker: node-modules with a dash and not an underscore according to documentation.
https://yarnpkg.com/configuration/yarnrc#nodeLinker
I can't leave a comment on the top post above to mention this...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With