Hi all,
I use three js in nextjs with react-three-fiber and everythings works fine. But now I want to use the FontLoader and TextGeometry from examples/jsm. This throws an unknown module error. When I look into the node_modules/three folder there is no examples directory. I tried multiple versions of three >= 0.133 up to the latest 0.145. Both yarn and npm just dont install examples, even when I delete the entire node_modules folder.
Maybe someone else has/had the same issue and resolved it somehow.