angular-threejs / angular-three

Angular Renderer for THREE.js
MIT License
184 stars 23 forks source link

Version conflict! #29

Closed kingecg closed 1 month ago

kingecg commented 8 months ago

When I use angluar 15, it said need @angular/router@16. And when I switch to angular 16, the 16.2.2 is current default version. But angular-three said peer dependencies for @angular/core not meet, it need 16.0.0!

MitchSmoot commented 8 months ago

This could be an issue with your package manager. when you were on 15, did you have any other packages that were asking for the 16.0 router as a dependency? Try searching "16.0.0" in your package-lock.json.