shadow-cljs

2025-11-25T15:36:46.875189Z

Hey, just bumped into this and I was wondering do multiple running shadow-cljs processes conflict with each other even if they're running from separate projects? If that's the case is there any way to set them up so they don't do that? The reason I ask is that the file watchers keep failing and I have to manually touch the files to trigger a recompile or trigger them from the dashboard

thheller 2025-11-25T17:48:09.453789Z

separate projects should not conflict no. dunno why a file watcher would fail, maybe if they are running inside containers (e.g. docker)

2025-11-26T02:47:26.984649Z

Nope they're running on macos directly

2025-11-26T02:48:25.174199Z

I've been doing a lot of killing the shadow-cljs and restarting which seems to fix the issue for a little while, let me see if I can figure out how to repro it

thheller 2025-11-26T06:57:03.789459Z

are there any shared folders or so between the projects? or are they all completely in their own folders?

2025-11-26T14:51:39.976649Z

They're all completely separate projects Also if this is helpful, this is on macos