How to Install and Uninstall node-gulp-sass Package on Kali Linux

Last updated: May 14,2024

1. Install "node-gulp-sass" package

Please follow the step by step instructions below to install node-gulp-sass on Kali Linux

$ sudo apt update $ sudo apt install node-gulp-sass

2. Uninstall "node-gulp-sass" package

Please follow the step by step instructions below to uninstall node-gulp-sass on Kali Linux:

$ sudo apt remove node-gulp-sass $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-gulp-sass package on Kali Linux

Package: node-gulp-sass
Version: 5.1.0-2
Installed-Size: 23
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-lodash-packages, node-picocolors, node-plugin-error (>= 1.0.1), node-replace-ext (>= 2.0.0), node-strip-ansi (>= 6.0.1), node-vinyl-sourcemaps-apply
Recommends: node-node-sass
Size: 8884
SHA256: 29d5920578d3c48cc46bff19355d31cc7c73ad3411acc5a929e95fd1759ee252
SHA1: 2752207b16d68666a79aed5307b619836e94678e
MD5sum: 3b8d3f497f1888098aa43f2998f662f0
Description: Gulp extension for using the SASS CSS compiler
gulp-sass is a light-weight wrapper around either Dart Sass or Node Sass,
although currently only Node Sass is packaged for Debian in the
node-node-sass package.
.
gulp-sass must be imported into your gulpfile, where you provide it the
compiler of your choice. To use gulp-sass in a CommonJS module (which is
most Node.js environments), do something like this:
.
> const sass = require('gulp-sass')(require('node-sass'));
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/dlmanning/gulp-sass
Section: javascript
Priority: optional
Filename: pool/main/n/node-gulp-sass/node-gulp-sass_5.1.0-2_all.deb