johnpapa / johnpapa/heroes-angular
node en typescript version incompitability
Open
- Dominant language
- TypeScript
- Stars
- 158
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
It required node version 14.17.5 and typescript version 4.0.2 in order to work, do the following and it works!
nvm install 14.17.5
nvm use 14.17.5
npm i -D typescript@4.0.2
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.