Javascript – REACT.js Failed to compile: unexpected end of JSON input error
When I run 'npm run build' I get the following error: > [email protected] build > react-scripts build Creating an optimized production build... Failed to compile. Unexpected end of JSON input However, 'npm start' works and the website works locally. This…