I dont know if this is actually an issue, but in my setup I have THREE r184 + Spark.js v2.0.0
Installing packages with any THREE release > 180 results in this error:
npm error While resolving: @sparkjsdev/spark@2.0.0
npm error Found: three@0.184.0
Indeed placing ^0.180.0 for THREE in package.json solves the issue, but this way THREE is downgraded to 180 while I want to use 184. Is there a specific way to solve this without using npm i --force ?
Thanks!
I dont know if this is actually an issue, but in my setup I have THREE r184 + Spark.js v2.0.0
Installing packages with any THREE release > 180 results in this error:
Indeed placing
^0.180.0for THREE in package.json solves the issue, but this way THREE is downgraded to 180 while I want to use 184. Is there a specific way to solve this without usingnpm i --force?Thanks!