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
{{ message }}
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
When pulling the main branch the npm packages won't install with
npm installdue to a number of conflicting dependencies aroundreact.After closer inspection of the failing packages, it turns out that the packages causing the error aren't even in use anywhere. Specifically:
With the changes in this forked branch both
npmandyarnare able to complete and run bothdevelopandbuildsuccessfully.Still a lot of other outdated packages, etc. but at least it runs.