Aborting installation. npm install --save --save-exact --loglevel error react react-dom react-scripts has failed

I am facing issue while trying to fresh start my react js app

Aborting installation.
  npm install --save --save-exact --loglevel error react react-dom react-scripts has failed.

I tried this on create-react-app todolist after few secs I got above message and my terminal is stopped

You’re trying to run with save and save-exact flags at the same time. If that’s not the issue, need to see more of the error stack

1 Like