How to Install scroll NPM Packages on Ubuntu / Debian

How to Install scroll software package in NPM Packages

scroll : A function that animates an element?s scrollTop or scrollLeft position.. You can installing scroll 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 scroll
$ sudo npm install -g scroll

If want to update the scroll package execute the command as below,

$ sudo npm update scroll

Update package globally,

$ npm install -g scroll

Git clone:

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

scroll@2.0.1 /usr/lib/node_modules/scroll

How to remove scroll package :

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

$ sudo npm uninstall scroll

Basic Information of scroll NPM Package:

Package Name scroll
Version 2.0.1
Description A function that animates an element?s scrollTop or scrollLeft position.
Released Date 2017-09-16T03:42:31.972Z
Published by michaelrhodes
How to Learn https://www.npmjs.com/package/scroll/tutorial