You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to link three.js, after linking i start getting these errors:
@parcel/core: Failed to resolve 'three' from 'D:/projects/three.js/examples/jsm/animation/MMDPhysics.js'
@parcel/core: Failed to resolve 'three' from 'D:/projects/three.js/examples/jsm/cameras/CinematicCamera.js'
@parcel/core: Failed to resolve 'three' from 'D:/projects/three.js/examples/jsm/animation/CCDIKSolver.js'
I am only importing one thing from three/examples but none of these. Every time i run, it's one file, and a different one at that. Why is parcel even encountering these files? How could i resolve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to link three.js, after linking i start getting these errors:
I am only importing one thing from
three/examples
but none of these. Every time i run, it's one file, and a different one at that. Why is parcel even encountering these files? How could i resolve this?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions