-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
Module not found: Can't resolve '@react-three/fiber' #74277
Comments
We cannot recreate the issue with the provided information. Please add a reproduction in order for us to be able to investigate. Why was this issue marked with the
|
Link to the code that reproduces this issue
https://github.com/aeejaz/templates-with-next
To Reproduce
Set Up a New Next.js Project
Create a new Next.js project using the latest version.
Install
@react-three/drei
,three
and `react-three/fiberCreate a Component Using
@react-three/drei
Create a new component file, e.g.,
SpaceBackground.tsx
, and use components from@react-three/drei
.Run the Development Server/Start the Next.js development server.
Error in the browser indicating that Module not found: Can't resolve '@react-three/fiber'
Current vs. Expected behavior
Current: Module not found: Can't resolve '@react-three/fiber' even after installation
Expected behavior:
No runtime error after installation one should able to use
@react-three/fiber
Provide environment information
Which area(s) are affected? (Select all that apply)
Turbopack
Which stage(s) are affected? (Select all that apply)
Other (Deployed)
Additional context
No response
The text was updated successfully, but these errors were encountered: