insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

NPM start no modules found error #343

Open Richrich435 opened 2 years ago

Richrich435 commented 2 years ago

Hello, This is what I receive when after adding the node_modules provided replacing the one from the repo. I get this error after running npm start

image

Please advise! Thank you

rafifi7 commented 2 years ago

Try using these commands npm install npm install --ignore-scripts npm audit fix npm start