-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linking react-scripts with the projects throws an error. #11618
Comments
You need to import The package If the project was made as library none of those issue would be possible |
Hey @elliehachemjob, Thank you for the response, but I don't understand what do you mean? I've also added few more details about the issue. |
I can confirm that the current "main" branch of react-scripts is not working. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
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!!!
The text was updated successfully, but these errors were encountered: