I have the classic Lerna set up. root directory, packages folder, 2 subdirectories
I want to just run yarn install
inside one package and just to install the dependencies for this package. for some reason when I run it (even from inside this folder) it's then installing node_modules
inside the root, packageA and packageB.
is there a solution to just allow me to install node_modules
for a chosen directory?