SyntaxError: Cannot use import statement outside a module at Object.compile Function (node:vm:355:18) code example
Example: Uncaught SyntaxError: Cannot use import statement outside a module three.js
//If you already put this and still error.
<script src="/node_modules/three/examples/jsm/controls/OrbitControls.js"></script>
//Try changing jsm to js
<script src="/node_modules/three/examples/js/controls/OrbitControls.js"></script>