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 has been archived by the owner on Jan 12, 2024. It is now read-only.
When checking out the repo and running yarn install followed by yarn run test
example-browser-angular crashes with the error:
throw new Error(`The Angular Compiler requires TypeScript >=${minVersion} and <${maxVersion} but ${version} was found instead.`);
^
Error: The Angular Compiler requires TypeScript >=4.4.2 and <4.7.0 but 4.7.4 was found instead.
The text was updated successfully, but these errors were encountered:
When checking out the repo and running
yarn install
followed byyarn run test
example-browser-angular crashes with the error:
The text was updated successfully, but these errors were encountered: