-2

I cannot seem to make npm start work. Can someone please help me? I get this:

terminal

This is my package JSON file:

package.json

  • 1
    this is a problem with your library try and delete the node_modules folder then run npm install again. if it fails a second time that dependency is not good. also make sure that you do not have any version miss matches by installing @latest – chris burd Aug 05 '21 at 18:01
  • 2
    Add code an error messages as text not as image – Jens Aug 05 '21 at 18:01
  • Can you drop the error here? – devtye Aug 05 '21 at 18:03

1 Answers1

0

Have you tried removing node_modules and then running npm install?