-
Notifications
You must be signed in to change notification settings - Fork 77
Error: Cannot find module node_modules\next\image #203
Copy link
Copy link
Open
Description
Hi all !
Here is my code:
import Head from "next/head";
import Image from "next/image";
import { Inter } from "next/font/google";
import Spline from '@splinetool/react-spline/next';
export default function Home() {
return (
<>
<main>
<Spline
scene="https://prod.spline.design/1aur52wdmMGqaFJr/scene.splinecode"
/>
</main>
</>
);
}
And I get:
Error: Cannot find module 'C:\Users\adrie\OneDrive\Documents\Unsolved\Amélia Davis\testspline\node_modules\next\image' imported from C:\Users\adrie\OneDrive\Documents\Unsolved\Amélia Davis\testspline\node_modules\@splinetool\react-spline\dist\react-spline-next.js
Did you mean to import "next/image.js"?
How can I fix that?
Many thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels