ReferenceError: File is not defined in Node.js
File
class is available in Node.js starting from v20, so updating Node.js should fix the problem.
If by some reason updating is impossible then use File polyfill for Node
File
class is available in Node.js starting from v20, so updating Node.js should fix the problem.
If by some reason updating is impossible then use File polyfill for Node