Next.js Discord

Discord Forum

Error: cannot find module 'fs'

Unanswered
Japanese Chin posted this in #help-forum
Open in Discord
Japanese ChinOP
i tried every solution i found on the web but is impossible to make it work
this is my code
import { promises as fs } from 'fs';

export default function Blog() {

return (
<div>
<h1>Blog</h1>
<div>);
}

0 Replies