i'm trying to run my script file on node and it's showing this error everytime i try to run using nodemon
ReferenceError: document is not defined
any fixes for this to run the DOM on node???
i was trying to run a front end file with script file in the backend using nodemon and it gives this bug everytime