I installed three module from npm and was trying to import an “Importable Examples” when I noticed that the directory ’ three/examples/jsm’ does not exist. the documentation " Import via modules" says that the import path is " three/examples/jsm/controls/OrbitControls.js" but I found the files to be in “js” directory not “jsm”.
I just wanted to point out if the documentation is outdated.
if not then could it be that npm didnt install correctly?
I checked it, and it had both but ‘examples/’ was missing ‘jsm/’ directory.
To make sure, I uninstalled and installed the npm module again. this time it installed it with the ‘jsm’ dir. it seems the issue was the npm installation after all.