Skip to content

Error: Cannot find module node_modules\next\image #203

@stygian2a

Description

@stygian2a

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

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