ts-loader : TypeScript loader for webpack. You can installing ts-loader 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 ts-loader $ sudo npm install -g ts-loader
If want to update the ts-loader package execute the command as below,
$ sudo npm update ts-loader
Update package globally,
$ npm install -g ts-loader
$ sudo git clone https://github.com/rektide/ts-loader.git
$ sudo npm install -g ./ts-loader
ts-loader@3.1.1 /usr/lib/node_modules/ts-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ts-loader
| Package Name | ts-loader |
| Version | 3.1.1 |
| Description | TypeScript loader for webpack |
| Released Date | 2017-10-30T13:06:05.924Z |
| Published by | johnnyreilly |
| How to Learn | https://www.npmjs.com/package/ts-loader/tutorial |