While it might be apparent in the direct site, it often happens that multiple versions of three.js might be floating around on your desktop or dev environments. A suggestion would be to create a simple method that would print out the current version of Three.js
[ ] ...
[x] All of them
[ ] Internet Explorer
[x] All of them
You can do this:
console.log( THREE.REVISION );
I did not know that. Thanks! This can obviously be closed then.
Most helpful comment
You can do this: