When first funning npm run build, its fails on Error: Cannot find module 'react-dev-utils/FileSizeReporter'. When I up the react-dev-utils version to 2.0.0, this issue goes away and the project builds. But then when I try to run npm start, it fails on Error: Cannot find module 'react-dev-utils/prompt'. Is this a known issue, or is it something that I am doing wrong locally?
When first funning
npm run build
, its fails onError: Cannot find module 'react-dev-utils/FileSizeReporter'
. When I up the react-dev-utils version to2.0.0
, this issue goes away and the project builds. But then when I try to runnpm start
, it fails onError: Cannot find module 'react-dev-utils/prompt'
. Is this a known issue, or is it something that I am doing wrong locally?Thanks!