Error: cannot find module 'fs'
Unanswered
Japanese Chin posted this in #help-forum
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>);
}
this is my code
import { promises as fs } from 'fs';
export default function Blog() {
return (
<div>
<h1>Blog</h1>
<div>);
}