Occasionally, when you run the install script or attempt to npm install from inside the frontend folder, npm will get confused and throw an error message like:
Cannot find module 'react-dev-utils/crossSpawn'
A temporary workaround is to delete the node_modules from within frontend, however a more long term solution should be found.
Occasionally, when you run the install script or attempt to npm install from inside the frontend folder, npm will get confused and throw an error message like:
Cannot find module 'react-dev-utils/crossSpawn'A temporary workaround is to delete the
node_modulesfrom within frontend, however a more long term solution should be found.