-1

ERROR

This error is appearing when I try to install TypeORM dependency.

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
Brtree
  • 1
  • 1

1 Answers1

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