Closed Shahid-Bagwan closed 1 year ago
Hi @Shahid-Bagwan
Thanks for pointing but I would suggest you, pull the latest code and then try it. We stopped using @material-ui/core
. Let me know if the latest code is still throwing this error.
Thanks 😊
Hi @Shahid-Bagwan
Thanks for pointing but I would suggest you, pull the latest code and then try it. We stopped using
@material-ui/core
. Let me know if the latest code is still throwing this error.Thanks 😊
Hello @ank1traj
I tried but It's showing the same error message.
Hi @Shahid-Bagwan
What I will suggest you delete the node modules folder, yarn.lock
or package.lock
and then pull the code or freshly clone the repo and then try it once again. As I told you it's weird that you're getting errors for that package which we're not using anymore. Please let me know after this.
Thanks 😊
hey @ank1traj
Yes I would do that.
thanks!
@Shahid-Bagwan Did you try again?
Hello @ank1traj
Yes It worked 😊.
I encountered an error while Installing "testcase-generator" project locally. The error message reads:
I am using React version 18.2.0, which is required by my project. However, the "@material-ui/core" package requires a version of React that is either 16.8.0 or 17.0.0, causing a conflict in the dependency tree.
I Resolved this error using "npm install --force". The Development Section In The Readme File Must Be Updated To Help The New Developers To Avoid This Issue.