wclr / yalc

Work with yarn/npm packages locally like a boss.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the use of yalc supported in pnpm managed projects?

LDQs opened this issue · comments

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 😭.

commented

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

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?