Namanl2001 / MERN-Gurujii-dev

⭐️ Helps! in finding Tutors.
https://guru-jii.herokuapp.com/
MIT License
33 stars 85 forks source link

Double Form Added #95

Closed AakankshaShah closed 3 years ago

AakankshaShah commented 3 years ago

Related Issue

Double column form #8

Closes: #[8]

Describe the changes you've made

Created a double form column for creating & updating profile.

Type of change

What sort of change have you made:

Mention any unusual behaviour of your code (Write NA if not)

NA

Checklist:

Additional Info (optional)

image image

Namanl2001 commented 3 years ago

I guess you have used npm install. Instead, use yarn install as instructed in readme.md and then after verifying your changes, push them again.

AakankshaShah commented 3 years ago

Sir I checked everything using yarn ,it's completely working fine.

Namanl2001 commented 3 years ago

🤔 But why there are so much of deletions? Do you have any idea about it? Mainly the json files

AakankshaShah commented 3 years ago

Sir ,I have cleared package-lock files -it won't be an issue ,that's why there are so many deletions.

Namanl2001 commented 3 years ago

Deleting lock.json files is not a good practice and can cause problems to other developers on this project you can refer here. Would suggest reverting those changes.