How to Install typeorm NPM Packages on Ubuntu / Debian

How to Install typeorm software package in NPM Packages

typeorm : Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL, MongoDB databases.. You can installing typeorm npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install typeorm
$ sudo npm install -g typeorm

If want to update the typeorm package execute the command as below,

$ sudo npm update typeorm

Update package globally,

$ npm install -g typeorm

Git clone:

$ sudo  git clone https://github.com/rektide/typeorm.git
$ sudo  npm install -g ./typeorm

typeorm@0.1.6 /usr/lib/node_modules/typeorm

How to remove typeorm package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall typeorm

Basic Information of typeorm NPM Package:

Package Name typeorm
Version 0.1.6
Description Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL, MongoDB databases.
Released Date 2017-11-22T13:35:29.980Z
Published by pleerock
How to Learn https://www.npmjs.com/package/typeorm/tutorial