I cloned a project from github, used npm i, and npm start and I got this error. For troubleshooting purposes, I upgraded Node.js to 20.5.1, upgraded dependencies, and cleared cache. This is the json files I'm working with. Please let me know any tips on how to troubleshoot.
Thanks
See Above. I need to figure out how to troubleshoot this error.
have you tried running npm audit fix --force
after npm i