gkjohnson / three-bvh-csg

A flexible, memory compact, fast and dynamic CSG implementation on top of three-mesh-bvh
MIT License
601 stars 46 forks source link

Not supported with three@"^0.153.0" #120

Closed oxsmose closed 1 year ago

oxsmose commented 1 year ago

Could not resolve dependency: npm ERR! peer three@"^0.144.0" from three-bvh-csg@0.0.7 npm ERR! node_modules/three-bvh-csg npm ERR! three-bvh-csg@"*" from the root project

gkjohnson commented 1 year ago

Likely because the peer dependency should be >=0.144.0 - feel free to make a PR with the change.