当我在安装create-react-app
包时,我收到了一个错误,如下所示:
[eslint] Plugin "react" was conflicted between ".eslintrc" and "BaseConfig » C:\Users\12mah\Desktop\react-quiz\node_modules\react-scripts\node_modules\eslint-config-react-app\base.js".
我不知道该怎么做才能解决这个问题。下面这行是我的输出:
Hello World
编译问题。
[eslint] Plugin "react" was conflicted between ".eslintrc" and "BaseConfig » C:\Users\12mah\Desktop\react-quiz\node_modules\react-scripts\node_modules\eslint-config-react-app\base.js".
就像浏览器里的这个
我期待着一个相关的解决方案,我试着在谷歌和YouTube上搜索,但都不起作用。
1条答案
按热度按时间olmpazwi1#
如果你正在使用
yarn
删除yarn.lock
文件并重新安装依赖项然后将其从package.json中删除