grunt-ts : Compile and manage your TypeScript project. You can installing grunt-ts 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 grunt-ts $ sudo npm install -g grunt-ts
If want to update the grunt-ts package execute the command as below,
$ sudo npm update grunt-ts
Update package globally,
$ npm install -g grunt-ts
$ sudo git clone https://github.com/rektide/grunt-ts.git
$ sudo npm install -g ./grunt-ts
grunt-ts@6.0.0-beta.17 /usr/lib/node_modules/grunt-ts
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-ts
| Package Name | grunt-ts |
| Version | 6.0.0-beta.17 |
| Description | Compile and manage your TypeScript project |
| Released Date | 2017-10-30T03:47:22.265Z |
| Published by | nycdotnet |
| How to Learn | https://www.npmjs.com/package/grunt-ts/tutorial |