icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
54 stars 64 forks source link

fix: typescript errors #823

Closed ap0nia closed 9 months ago

ap0nia commented 9 months ago

Summary

Fix errors that appear when tsc is executed.

Test Plan

Run tsc

ap0nia commented 9 months ago

There should only be one error for the custom events. Could you try removing all instances of node_modules and running pnpm install from the project root before running pnpm tsc in the apps/antalamanc directory again?

EricPedley commented 9 months ago

There should only be one error for the custom events. Could you try removing all instances of node_modules and running pnpm install from the project root before running pnpm tsc in the apps/antalamanc directory again?

Ok that worked. Do u think its worth throwing this troubleshooting step in the docs somewhere?

ap0nia commented 9 months ago

Sure, I actually had one last update from the update-config branch that had a list of the frontend libraries we use and possible reasons why. I could re-open that branch and add these troubleshooting steps.

EricPedley commented 9 months ago

why reopen the branch instead of just creating a new one?

ap0nia commented 9 months ago

Misinput, yeah new branch.