Every time I attempt to view my progress with three.js on my local browser, it fails to load and gives me this error message,
Uncaught TypeError: Failed to resolve module specifier "three". Relative references must start with either "/", "./", or "../".
I'm a beginner with three.js and have been struggling to make any headway. Any assistance is greatly appreciated. The first line of my javascript file reads as follows:
import * as THREE from '/Users/16103/Desktop/three'
. Thank you!