getting error: “spawn nodemon ENOENT” even though Nodemon is globally installed and can be used directly in shell
I am trying to make this program which automatically setup a boilerplate for me. I wanted it to make some files and add some boilerplate code to it, install some basic dependencies, open the IDE and also to run the server file Using Nodemon and to recieve all the updated, texts, data, messages on the same terminal.