i have a project with two nodeJS projects inside, a backend project with inside a folder "client" for the frontend. Now i would like to make one common node_moduels folder both.
I found that PNPM could do that, but for me the documentation is not so clear. How doest it work? How can i run pnpm i on my root folder and then make my node_modules accessable for my "client" folder?
Thank you!