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
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
However, on my Mac. Following the same steps gives me an error
sh: react-scripts: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] start: `react-scripts start`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/vedant/.npm/_logs/2018-11-25T05_46_33_446Z-debug.log
@kushalmahajan could you provide more details about that error? It might be a conflict in the dependency tree. I was getting a similar error because of a conflict with the eslint version.
I edited the package.json file, and changed the react-scripts version manually to 1.1.4 and that did the trick for me.
On windows, this project ran fine.
However, on my Mac. Following the same steps gives me an error
I tried
And it still fails
The text was updated successfully, but these errors were encountered: