Replies: 1 comment
-
You shouldn't be mixing Yarn and npm, they are not compatible and behave differently
Enough to see what the problem is - https://stackoverflow.com/help/minimal-reproducible-example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My React project is opening with npm start, when all the dependencies are installed with yarn(to different directory with a new package.json) it gives ESLINT error.
But these rule is disabled and added to .eslintrc config.
npm start gives just warning but yarn start gives error.
Yarn does not see eslint config.
.eslintrc :
package.json start script :
"start": "rimraf ./build && react-scripts start",
Let me know if further information needed.
Beta Was this translation helpful? Give feedback.
All reactions