having seen all other solutions but they all seems not working on me
my deploy configuration:
Runtime
Not setBase directory
/Package directory
Not setBuild command
npm run buildPublish directory
build/Functions directory
netlify/functionsDeploy log visibility
Logs are publicBuild status
Active
error message:
stucking here for like 3 hours really desperate for help please
here is the setting of script in my package.json:
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
A beginner to react and netlify and any help will be appreciated!