We have built a project with a deep tree of dependencies with npm install
and have a lot of issues under Microsoft Windows (secondary target).
I have read about pnpm
and it seems to be a solution for us.
How to migrate our nested repository?
Build a new one from scratch, using pnpm
?