I did the following:
//Todo, replace skypack with local.
import {
BoxBufferGeometry,
Color,
Mesh,
MeshBasicMaterial,
PerspectiveCamera,
Scene,
WebGLRenderer,
} from "./three.js-dev/build/three.module.js";
But I get the error:
Uncaught SyntaxError: The requested module 'http://127.0.0.1:8000/static/canvas_1/three.js-dev/build/three.module.js' doesn't provide an export named: 'BoxBufferGeometry'