joematthews / extreme-angular

A very opinionated Angular starter project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent node between package.json engines and installed types

CSharpFiasco opened this issue · comments

Seems like @types/node should match the version in engines. Might be as simple as

npm install @types/node@20

Thank you @CSharpFiasco I'm taking a look right now.