luma-web-examples icon indicating copy to clipboard operation
luma-web-examples copied to clipboard

Peer dependency to [email protected]

Open remmel opened this issue 1 year ago • 1 comments

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!

remmel avatar May 02 '24 17:05 remmel

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.

DiamondGlassDrill avatar Nov 22 '24 10:11 DiamondGlassDrill