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
@ayushpatil2122@Sumitsh28 I am not the maintainer so I cannot assign you this. Please don't wait for the issue to be assigned, start working on it, and raise a PR.
I am tagging Lee here @leecalcote so he can help you out.
Current Behavior
A warning is being shown when we run
npm run build
due to presence of duplicate devDependency inpackage.json
on line 49 and 77Expected Behavior
The dependency should be only present once.
Screenshots/Logs
Environment
To Reproduce
npm run build
Fix
Remove one of the duplicates.
Contributor Guides and Resources
The text was updated successfully, but these errors were encountered: