Algolisted-Org / AlgoListed

Algolisted is an AI-powered nonprofit analytics firm dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
135 stars 75 forks source link

Coding Competitions - If registration not started #35

Closed NayakPenguin closed 1 year ago

NayakPenguin commented 1 year ago
adrianmarinwork commented 1 year ago

Hello, I can take care of this if you want!

NayakPenguin commented 1 year ago

Great! sure, I am assigning this task to you.

adrianmarinwork commented 1 year ago

Hey, when trying to npm install the client part of the app I get packages and dependencies errors related to React. Looks like some of the dependencies need older versions than the ones you have the in project. Do you know something?

image

NayakPenguin commented 1 year ago

It's a react library dependency issue, Stackoverflow should have some valuable solutions for this there. https://stackoverflow.com/questions/71835697/create-react-app-dependency-version-issues-with-react-18 This might help.

You can try the below code -

Ayushpanditmoto commented 1 year ago

Hey, when trying to npm install the client part of the app I get packages and dependencies errors related to React. Looks like some of the dependencies need older versions than the ones you have the in project. Do you know something?

image

Try npm i --force

NayakPenguin commented 1 year ago

I am closing this issue. The issue has been resolved by - @adrianmarinwork, excellent work 🚀