DEV Community

Discussion on: React Typescript Microfrontend Monorepo with single-spa + Lerna

Collapse
 
kevbeltrao profile image
Kevin Beltrão
  1. I didn't have this problem. Try running yarn lerna bootstrap --force-local to see if it works in case you're not able to link all dependencies.

  2. It really never happens to me and I never got any complains like that from my team, when we ctrl+c it stops everything. I'm not even sure if it is a problem with your OS or how Lerna is managing the servers, sorry! Researching, I saw someone using the kill command to make sure everything stopped: stackoverflow.com/questions/529263... It's not beautiful but it seems to work, at least.

I hope you can find other workarounds, feel free to share them if you do!