React-app-rewired: not found

Hi everyone,

I got this error when deploying my react app to render.com.

Mar 2 01:05:22 PM sh: 1: react-app-rewired: not found
Mar 2 01:05:22 PM npm ERR! code ELIFECYCLE
Mar 2 01:05:22 PM npm ERR! syscall spawn
Mar 2 01:05:22 PM npm ERR! file sh
Mar 2 01:05:22 PM npm ERR! errno ENOENT
Mar 2 01:05:22 PM npm ERR! recruitment-react@3.3.0 start: react-app-rewired start
Mar 2 01:05:22 PM npm ERR! spawn ENOENT
Mar 2 01:05:22 PM npm ERR!
Mar 2 01:05:22 PM npm ERR! Failed at the recruitment-react@3.3.0 start script.

How can I fix the “react-app-rewired not found” error when deploying my React app on render.com?

Hi,

It sounds like you haven’t installed your dependencies (e.g. npm install). Or that package isn’t listed in your package.json.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.