error after installing and while compiling react app

the react app has been installed but after trying to compile, it shows 1 error on the browser as well as on the console that

ERROR:

[eslint] Plugin “react” was conflicted between “package.json » eslint-config-react-app » C:UsersDelldesktopmy-appnode_moduleseslint-config-react-appbase.js” and “BaseConfig » C:UsersDellDesktopmy-appnode_moduleseslint-config-react-appbase.js”.

i tried to delete one of the files that have been installed twice however when tried to delete baseconfig, it wouldnt run at all but after deleting package.json it would run but still show the same error that there are two similar files even though i tried deleting it,
i deleted the file after arriving through the path given above, but i dont think that is the correct path, can anyone tell me the path that i should write to arrive at these folders that have similar files or what should i do?
thanks