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
Hey, I'm not sure if this is the right place to ask this but I'm not the most knowledgeable about resolving node module version errors, and when installing reagraph I got these two errors:
ERROR in ./node_modules/glodrei/core/SpotLight.js 97:14-28
export 'LinearEncoding' (imported as 'LinearEncoding') was not found in 'three'
ERROR in ./node_modules/glodrei/core/useSpriteLoader.js 149:30-48
export 'sRGBEncoding' (imported as 'THREE') was not found in 'three'
I tried forcing all modules to use the latest version of Three.js multiple different ways but none worked. I removed node_modules, changed my package.json, etc a bunch of times.
Does anyone know what I can do to resolve this? Thank you so much in advance.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm not sure if this is the right place to ask this but I'm not the most knowledgeable about resolving node module version errors, and when installing reagraph I got these two errors:
ERROR in ./node_modules/glodrei/core/SpotLight.js 97:14-28
export 'LinearEncoding' (imported as 'LinearEncoding') was not found in 'three'
ERROR in ./node_modules/glodrei/core/useSpriteLoader.js 149:30-48
export 'sRGBEncoding' (imported as 'THREE') was not found in 'three'
I tried forcing all modules to use the latest version of Three.js multiple different ways but none worked. I removed node_modules, changed my package.json, etc a bunch of times.
Does anyone know what I can do to resolve this? Thank you so much in advance.
Beta Was this translation helpful? Give feedback.
All reactions