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
It appears the version for Typescript wasn't locked down which allowed the installation of Typescript 5 instead of 4.x when doing a fresh npm install -g. This breaks the compilation process, producing an error along the lines of:
TypeError: Cannot create property 'pos' on string 'fields'