You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
We're using
web-ifc-three
in the Giro3D library, and while upgrading Three.js to r152.1,web-ifc-three
refuses to install becauseWould 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.
The text was updated successfully, but these errors were encountered: