I have been using Node.js version 12.3.4, and updated it to 14.14.0 and started to receive a lot of issues which I fixed. The only thing that I don't understand is the issue
__dirname is not defined
__dirname is a core variable in Node.js as I know, was it removed in Node 14?
import.