{"id":622,"hash":"bd5ffc7a5d6b71712e53ffcad816c8e8fea92f6a6189db8cc24072fbf5410418","pattern":"Error when deploying react app and it keeps sayings &lt;&lt; Plugin &quot;react&quot; was conflicted between &quot;package.json &#187; eslint-config-react-app &#187; &gt;&gt;","full_message":"I have been having a little bit of issues when deploying my create react app, as it fails to compile and tells me Plugin \"react\" was conflicted between \"package.json » eslint-config-react-app »\n\nI was wondering if somebody has encountered the same issue and knows how to solve it, thank you! I am still very new to all this.","ecosystem":"npm","package_name":"reactjs","package_version":null,"solution":"There is a conflict in the casing\n\nC:\\Users\\Ruben\\desktop\\reactapp\\test....   (lowercase desktop)\n\nWhere as the nodemodules is looking for\n\nC:\\Users\\Ruben\\Desktop\\Reactapp\\test....   (Desktop)\n\nThis is a windows specific problem, and previously react would have run the app regardless of this difference. Not anymore it seems.\n\nThe solution I used was to locate the folder and open with code; that ensures that the path matches directly with what is stored in node modules\n\nEdit:","confidence":0.95,"source":"stackoverflow","source_url":"https://stackoverflow.com/questions/70377211/error-when-deploying-react-app-and-it-keeps-sayings-plugin-react-was-confli","votes":96,"created_at":"2026-04-19T04:51:24.127109+00:00","updated_at":"2026-04-19T04:51:24.127109+00:00"}