Hi, I’m brand new to three.js and javascript and I can’t figure out why I’am getting this error…
Uncaught TypeError: Failed to resolve module specifier “three”. Relative references must start with either “/”, “./”, or “…/”.
Thanks!
Hi, I’m brand new to three.js and javascript and I can’t figure out why I’am getting this error…
Uncaught TypeError: Failed to resolve module specifier “three”. Relative references must start with either “/”, “./”, or “…/”.
Thanks!
Try it with:
I got it thank you!