gulp-sourcemaps : Source map support for Gulp.js. You can installing gulp-sourcemaps 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-sourcemaps $ sudo npm install -g gulp-sourcemaps
If want to update the gulp-sourcemaps package execute the command as below,
$ sudo npm update gulp-sourcemaps
Update package globally,
$ npm install -g gulp-sourcemaps
$ sudo git clone https://github.com/rektide/gulp-sourcemaps.git
$ sudo npm install -g ./gulp-sourcemaps
gulp-sourcemaps@2.6.1 /usr/lib/node_modules/gulp-sourcemaps
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-sourcemaps
Package Name | gulp-sourcemaps |
Version | 2.6.1 |
Description | Source map support for Gulp.js |
Released Date | 2017-08-18T01:18:34.131Z |
Published by | nmccready |
How to Learn | https://www.npmjs.com/package/gulp-sourcemaps/tutorial |