wclr / yalc

Work with yarn/npm packages locally like a boss.
MIT License
5.52k stars 146 forks source link

Is the use of yalc supported in pnpm managed projects? #204

Open LDQs opened 1 year ago

LDQs commented 1 year ago

I'm migrating one of my projects from yarn to pnpm, but I can't seem to development with yalc and other packages in my project after the migration 😭.

wclr commented 1 year ago

It depends on your setup and what you are doing. I usually use yalc packages as workspaces with pnpm.

LDQs commented 1 year ago

It depends on your setup and what you are doing. I usually use yalc packages as workspaces with pnpm.

If the package is in a yarn managed project A, can i use yalc to develop package in my pnpm managed project B?