wclr / yalc

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

yalc remove The local package cannot be associated #190

Open wakaka378 opened 2 years ago

wakaka378 commented 2 years ago

When I remove the package, node_modules will be an error

image

It's in the node_modules package

image

Here is my action


yalc publish command :  'npx yalc publish --changed --files --replace --push'

In the project :`yalc link  @my-package`

remove package: `yalc remove @my-package`

So, what should I do :(

The current solution is to reinstall the online package