I tried to import modules from web:
import * as THREE from 'https://unpkg.com/three@0.130.1/build/three.module.js';
import { OrbitControls } from 'https://unpkg.com/three@0.130.1/examples/jsm/controls/OrbitControls';
import { GLTFLoader } from 'https://unpkg.com/three@0.130.1/examples/jsm/loaders/GLTFLoader.js';
but i get
Uncaught TypeError: Failed to resolve module specifier "three". Relative references must start with either "/", "./", or "../".