How to Install dts-bundle NPM Packages on Ubuntu / Debian

How to Install dts-bundle software package in NPM Packages

dts-bundle : Export TypeScript .d.ts files as an external module definition. You can installing dts-bundle 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 dts-bundle
$ sudo npm install -g dts-bundle

If want to update the dts-bundle package execute the command as below,

$ sudo npm update dts-bundle

Update package globally,

$ npm install -g dts-bundle

Git clone:

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

dts-bundle@0.7.3 /usr/lib/node_modules/dts-bundle

How to remove dts-bundle package :

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

$ sudo npm uninstall dts-bundle

Basic Information of dts-bundle NPM Package:

Package Name dts-bundle
Version 0.7.3
Description Export TypeScript .d.ts files as an external module definition
Released Date 2017-06-21T15:47:27.430Z
Published by tolemac
How to Learn https://www.npmjs.com/package/dts-bundle/tutorial