I tried to start the project as always but I find this problem blocking me. I tried with some solutions found on stack overflow but it didn't work. Any suggestion please?
You can try what the error message allready said. Remove the node_modules folder and the package-lock.json file. After that do npm install and try to start again.
node_modules
package-lock.json
npm install
2.1m questions
2.1m answers
60 comments
57.0k users