-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency problem while installing 1.0.214 #207
Comments
hello. did you find a solution? I am facing the same issue |
I had this issue too. I thin'k it's in progress there is another post talking about the problem #188 |
The dependency issue is caused by the change in viewer/package.json: - "web-ifc": "^0.0.35", Web-ifc-three expects 'three' version ^0.149.0, whereas web-ifc-viewer is still on version ^0.135.0. Same goes for three-mesh-bvh. This was the 'breaking' change from web-ifc-viewer 1.0.213 to 1.0.214. I'm not sure, but if web-ifc-three is working fine on 0.149.0, isn't it as simple as bumping the version in web-ifc-viewer to 0.149.0 too @agviegas? |
@Nomeon unfortunately, that's not the case. Updating web-ifc-viewer is complex, and because it will be substituted by components very soon, we are considering if spending the time updating web-ifc-viewer three.js dependency is worth. 🤔 |
@agviegas Understandable, especially if you will change the architecture to a component-based one, I wouldn't spend the time on it either. |
Yep! Very soon this summer we'll publish a brand new documentation with many, many tutorials, the whole new API, etc. So hopefully everything will be much easier to follow and use 🙂 |
Hi, while installing web-ifc-viewer by npm there are problems with dependencies (web-ifc-viewer/web-ifc-three) "three-mesh-bvh": "^0.5.11"/"0.5.21", "three": "^0.135.0"/"^0.149.0"
The text was updated successfully, but these errors were encountered: