Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

The Angular Compiler requires TypeScript >=4.4.2 and <4.7.0 but 4.7.4 was found instead. #379

Open
@NiKrause

Description

@NiKrause

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions