Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peer dependency to three@0.157.x #26

Open
remmel opened this issue May 2, 2024 · 1 comment
Open

Peer dependency to three@0.157.x #26

remmel opened this issue May 2, 2024 · 1 comment

Comments

@remmel
Copy link

remmel commented May 2, 2024

Hi!

When installing npm i @lumaai/luma-web aside three@0.158.0 I got the following error:

Could not resolve dependency: npm WARN peer three@"^0.157.0" from @lumaai/luma-web@0.2.2

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!

@DiamondGlassDrill
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants