Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Peer dependency to three@0.157.x #26

@remmel

Description

@remmel

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions