We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
When installing npm i @lumaai/luma-web aside three@0.158.0 I got the following error:
npm i @lumaai/luma-web
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": "*"
"three": ">=0.157.0"
"three": "*"
For thoses who cannot wait, bad workaround could be npm i @lumaai/luma-web --force
npm i @lumaai/luma-web --force
Thanks!
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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) :
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!
The text was updated successfully, but these errors were encountered: