timarney / react-app-rewired

Override create-react-app webpack configs without ejecting
MIT License
9.81k stars 425 forks source link

Cannot find module 'react-dev-utils/crossSpawn' in react-app-rewired #484

Closed sumitmoga closed 3 years ago

sumitmoga commented 4 years ago

image

dawnmist commented 4 years ago

To run with react-app-rewired, you need it to be installed with your project as a devDependency - it's not intended to be able to be run through npx as far as I am aware.

Using npx is likely to be interfering with react-app-rewired finding the packages that get installed by react-scripts, including the react-dev-utils package.