Next.js: Error EBADF: bad file descriptor error

23 views Asked by At

I have freshly installed Next.js and followed all instructions but it is not working properly. When I try to run my project I get the following error:

node:fs:453
    return binding.readFileUtf8(path, stringToFlags(options.flag));
                   ^

Error: EBADF: bad file descriptor, read 
0

There are 0 answers