Closed
Description
I am facing issue on build react app with react-script 1.0.17 but it is working fine with 3.0.1 or higher.
But NPM install is fail with package.josn having "react-scripts": "3.0.1" it only work with "react-scripts": "1.0.17",
so each time we need to add "react-scripts": "1.0.17" in package.json and then run npm i [email protected] manually after npm install.
If I added "react-scripts": "3.0.1" in package.json it showing react hook fail