Levi Voelz
Levi Voelz
Hi @Marak, I'm getting a similar error when running `docker-compose up` from the master branch. Is there a way to get this going by changing some Docker configs? Or, would...
I have the same issue. Switching to `yarn` didn't help (yarn v3). Here's an output from `yarn install`: ``` ➤ YN0000: ┌ Resolution step ➤ YN0002: │ @react-three/csg@npm:2.2.0 doesn't provide...
I was able to fix this by adding `"three": ">=0.141.0"` as a peer dependency to this package and by changing the peer dependency in `three-bvh-csg` from `"three": "^0.141.0"` to `"three":...