web-ifc-three icon indicating copy to clipboard operation
web-ifc-three copied to clipboard

bump three.js version to 152.1

Open sguimmara opened this issue 2 years ago • 1 comments

We're using web-ifc-three in the Giro3D library, and while upgrading Three.js to r152.1, web-ifc-three refuses to install because

Could not resolve dependency:
npm ERR! peer three@"^0.149.0" from [email protected]

Would you consider either updating the dependency version, or specify a range in package.json to relax the requirements a bit ?

Note: I tested forcing the installation, and the IFC example still works as expected.

sguimmara avatar Jun 27 '23 09:06 sguimmara

When I tried with a different version of three, I get the error : [!] Error: Could not load ...\node_modules\three\examples\jsm\loaders\GLTFLoader (imported by node_modules/web-ifc-viewer/dist/components/import-export/glTF.js): ENOENT: no such file or directory, open '...\node_modules\three\examples\jsm\loaders\GLTFLoader'

Maozerhouni avatar Jul 20 '23 08:07 Maozerhouni