Hi is there an alternative to npm run build to upload a react web-app to netlify? I’m getting this error every time I try to create the build folder
$ npm run build
> express@3.2.2 build
> cross-env GENERATE_SOURCEMAP=false react-scripts build
Creating an optimized production build...
Failed to compile.
Cannot read property 'includes' of undefined
It doesn’t show where is the error. Can we upload zip folders to netlify instead of build folders?