You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the package.json file of the resume-scan repository (link), there are duplicate versions specified for "next", "react", and "react-dom".
Solution:
Remove the duplicate versions for "next", "react", and "react-dom" as they are already specified in the "dependencies" section of the package.json file. 🔄
Steps to Reproduce
Open the package.json file of the resume-scan repository.
Locate the sections where "next", "react", and "react-dom" versions are specified.
Confirm that these versions are also present in the "dependencies" section.
Problem:
In the
package.json
file of theresume-scan
repository (link), there are duplicate versions specified for "next", "react", and "react-dom".Solution:
Remove the duplicate versions for "next", "react", and "react-dom" as they are already specified in the "dependencies" section of the
package.json
file. 🔄Steps to Reproduce
package.json
file of theresume-scan
repository.Additional Information
PS: Could you please assign this issue to me under GSSOC 24?
The text was updated successfully, but these errors were encountered: