three-glow-mesh icon indicating copy to clipboard operation
three-glow-mesh copied to clipboard

Fails to build with latest version of three.js

Open philipp-cloudproduce opened this issue 3 years ago • 3 comments

I have had to use the latest version of three.js in my project as a dependency. Since upgrade my project fails to build with the following error:

Failed to compile.

/MyProject/node_modules/three-glow-mesh/dist/index.module.js
Attempted import error: 'Face3' is not exported from 'three' (imported as 'o').


error Command failed with exit code 1.

It looks like three.js made a breaking change and it requires your library to be updated.

My dependency on three-glow-mesh is because I am using react-globe.

Thanks!

philipp-cloudproduce avatar May 07 '21 04:05 philipp-cloudproduce