I changed versions of the 121 to 125 and there were problems with the modification of vertices in THREE.BoxGeometry

Starting from r125 Geometry has been removed and replaced everywhere with BufferGeometry (all [Shape]Geometry are now producing BufferGeometry instances.)

To modify faces / vertices / normals you should now modify the buffers.