https://i.sstatic.net/9LEeV.png
When I created an Express application using the command "npx express-generator --view=ejs myapp", everything seemed to be going smoothly. However, when it asked me to run two commands "npm install," one was successful but the other one "SET DEBUG=myapp:* & npm start" resulted in an error as shown in the image. I tried looking for a solution online but couldn't find one, so I'm reaching out here for help. Any advice would be greatly appreciated.