I'm attempting to create a react app for the first time and i'm having issues due to the version of eslint. When I type "npm start" in the terminal, this is the error message I'm receiving:
The react-scripts package provided by Create React App requires a dependency: "eslint": "^7.11.0"
Don't try to install it manually: your package manager does it automatically. However, a different version of eslint was detected higher up in the tree: /Users/karinapichardo/node_modules/eslint (version: 8.2.0)
how do I go about solving this issue? I realize I need the eslint v7, how do I get that version? any help would be greatly appreciated !! First time attempting to use react and just trying to set up my environment.