Cannot find module 'react-scripts/package.json'

解决方法

将 react-scripts添加到dev依赖中

  yarn add react-scripts --dev

运行成功

你可能感兴趣的:(Cannot find module 'react-scripts/package.json')