A close friend sent me the angular src folder, which I used to create a new Angular project. However, when I replaced my newly created src folder with my friend's and tried running the application using npm start, I encountered errors related to missing dependencies in the node_modules directory. How can I resolve this issue?
You can view a snippet of the error here
I have tried various solutions like running "npm start", deleting and reinstalling node modules, but the problem persists. Any help in solving this error would be greatly appreciated. Thank you.