Closed swapnils118 closed 1 day ago
I believe this is caused by node-sass
.
I've encountered this a while ago, tried to fix but no success (unless I remove node-sass
from dependencies - but ran into other issues.
I've issued a similar concern, I believe @tianchengc is working on this.
Thanks for your response @dgtlmonk and yes we both are working towards fixing this. Can you tell me from your experience on how did you make the code work then in order to start developing/contributing further? Your any response is much appreciated. Thanks
@swapnils118 I am still stuck in not being able to run this codebase.
@tianchengc, when you are free; could you clone this repo and try to run yourself if you don't get this same issue when installing fresh dependencies?
If we either remove node-sass or run npm install --peer-legacy-peer-deps, we are getting errors as:
Yeah, looks like this "glitch" is cross-dependency issues and is tedious to fix due to dependencies version compatibilities. I suggest, we start from scratch while there's not much code in here.
I also suggest, we add the dependencies as needed - i noticed we have too many dependencies that are unnecessary upfront.
I can help set a fresh repo if needed.
Yes I also support this side. But still I will dig deep into these issues and try to find the catch.
Yeah, looks like this "glitch" is cross-dependency issues and is tedious to fix due to dependencies version compatibilities. I suggest, we start from scratch while there's not much code in here.
I also suggest, we add the dependencies as needed - i noticed we have too many dependencies that are unnecessary upfront.
I can help set a fresh repo if needed.
Totally, @dgtlmonk please go for it! Could you raise a pr for this? That would solve a big headache for us!
@swapnils118 could you validate again with latest main branch, @dgtlmonk has fixed it
@tianchengc Yes I am back to work. Let me have a look.
@Take care The problem is solved. A big thanks to @dgtlmonk
Thanks for confirming!
Weird version type errors while installing node modules once we take clone from main branch.