luma-web-examples
luma-web-examples copied to clipboard
Peer dependency to [email protected]
Hi!
When installing npm i @lumaai/luma-web aside [email protected] I got the following error:
Could not resolve dependency: npm WARN peer three@"^0.157.0" from @lumaai/[email protected]
This is because your package.json (https://www.npmjs.com/package/@lumaai/luma-web?activeTab=code) :
"peerDependencies": {
"@types/three": "^0.157.2",
"three": "^0.157.0"
}
Can you update it to "three": ">=0.157.0" or "three": "*"
For thoses who cannot wait, bad workaround could be npm i @lumaai/luma-web --force
Thanks!
I also need desperately an update to latest three. Is there an ability to just fix it myself, just let me know what to change. Thanks in advance.