This error is appearing when I try to install TypeORM dependency.
Asked
Active
Viewed 221 times
-1

jonrsharpe
- 115,751
- 26
- 228
- 437

Brtree
- 1
- 1
-
The error message tells you exactly what the problem is. Node 10 is out of support, you should already have upgraded. – jonrsharpe Oct 15 '21 at 14:26
-
Thank you, i will do that! – Brtree Oct 15 '21 at 16:24
1 Answers
0
Is it possible for you to upgrade node on your machine? If you don't have other project dependencies that are bound to your current version (10)?
You can check how to do it at: https://stackoverflow.com/a/10076029/2622455
The version 12 would be otherwise enough for your need:
n 12

Jackie Degl'Innocenti
- 1,251
- 1
- 14
- 34