You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh: 1: react-scripts: not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! [email protected] build: react-scripts build
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2021-06-14T17_30_40_997Z-debug.log
Error: Process completed with exit code 1.`
Any assistance will help a bunch.
The text was updated successfully, but these errors were encountered:
Hi @JohnWP8253 , sorry about this, not sure what the issue is. Unfortunately this repo is quite out of date since I haven't had time to update in the past few years.
Just off-hand I would make sure you have run npm install, then try updating packages and seeing if that helps.
I have tried to deploy an app with the build folder in my master branch and I've gotten this error in my workflow online.
`Run npm run build
sh: 1: react-scripts: not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! [email protected] build:
react-scripts build
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2021-06-14T17_30_40_997Z-debug.log
Error: Process completed with exit code 1.`
Any assistance will help a bunch.
The text was updated successfully, but these errors were encountered: