open project folder npm install --save three in html file in script tag add type="module" <script type="module" src="app.js"></script> in app.js import * as THREE from 'three';