1

I'm trying to reopen my react project and I have this following error message when I restart my application.

I tried to restart the project several times and try to understand what is a linter.

How can i fix this error? Where is my error coming from?

enter image description here

taf
  • 43
  • 4

1 Answers1

0

This is probably due to webpack version issue, have you tried removing node_module and npm install (npm i) ?

  • solving my problem, I deleted my node_modules folder and entered the command you suggested (npm i). Do you know how to fix the severity vulnerabilities after (npm i)? I entered the following command without success (npm audit fix --force) – taf Jun 21 '22 at 17:25
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jun 22 '22 at 18:21