imsnif / synp

Convert yarn.lock to package-lock.json and vice versa
MIT License
757 stars 41 forks source link

Not working with Yarn 3.x #102

Open Peter-Sparksuite opened 10 months ago

Peter-Sparksuite commented 10 months ago

Issue description:

Project is using Yarn 3.x, and it's 'pnp' feature, so, it has a yarn.lock file, but, since it's using pnp, there is no node_modules folder, and synp is complaining about that.