Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install typeorm node

# 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
Source by typeorm.io #
 
PREVIOUS NEXT
Tagged: #install #typeorm #node
ADD COMMENT
Topic
Name
3+7 =