Linking react-scripts with the projects throws an error. #11618
Open
Description
Description
When I try to link the react-scripts package with npm link ../create-react-app/packages/react-scripts and then try to build the project an error appears:
Additional
I kind of understood where the problem stands. I rebased my forked repository (custom react scripts) with react-scripts "main" branch. It appears that this branch is not working. Currently the "react-scripts" package uploaded in npm with version 4.0.3 is not actually the latest "main".
Environment
node v14.16.1
npm 6.14.12
P.S: Keep up the good work guys!!!