novel
novel copied to clipboard
Cannot import Editor from novel bug:
Provide environment information
made a fresh next.js project and installed novel with
npm i novel
Describe the bug
I wanted to try out novel and followed the starter guide:
novel
As mentioned, I have npm i novel
needed to install. Also i have added the code :
import { Editor } from "novel";
export default function Home() {
return (
<main className="min-h-screen">
<Editor/>
</main>
);
}
but now I get this error:
can someone help me with that error?
Greetings Luke
Link to reproduction
https://github.com/Luke849/digital-creator
To reproduce
As I said, I did everything as in this tutorial: novel
Additional information
No response