Kirill
Results
1
comments of
Kirill
I also encountered this problem, I Write electron program. because of this error I have to write ``` const fs = window.require("fs") ``` instead of ``` import fs from "fs"...