gulp-typescript : A typescript compiler for gulp with incremental compilation support.. You can installing gulp-typescript 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 gulp-typescript $ sudo npm install -g gulp-typescript
If want to update the gulp-typescript package execute the command as below,
$ sudo npm update gulp-typescript
Update package globally,
$ npm install -g gulp-typescript
$ sudo git clone https://github.com/rektide/gulp-typescript.git
$ sudo npm install -g ./gulp-typescript
gulp-typescript@3.2.3 /usr/lib/node_modules/gulp-typescript
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-typescript
Package Name | gulp-typescript |
Version | 3.2.3 |
Description | A typescript compiler for gulp with incremental compilation support. |
Released Date | 2017-10-23T20:23:44.261Z |
Published by | ivogabe |
How to Learn | https://www.npmjs.com/package/gulp-typescript/tutorial |