Instale el nodo Typeorm
# Install the npm package:
npm install typeorm --save
# You need to install reflect-metadata shim:
npm install reflect-metadata --save
# You may need to install node typings:
npm install @types/node --save-dev
Puzzled Puffin