The react-scripts package provided by Create React App requires a dependency:
Manually installing incompatible versions is known to cause hard-to-debugRemove "babel-eslint" from dependencie
当我点击npm start时,我有以下错误: Parsing error: 'import' and 'export' may only appear at the top level 当我调查这个错误时,他们说我需要更新eslint配置文件,并在解析器选项中放入true等等。但是,我没有eslint配置文件,我的包json看起来像这样: { "version": "0.1.0", "de