component-raf : request animation frame. You can installing component-raf 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 component-raf $ sudo npm install -g component-raf
If want to update the component-raf package execute the command as below,
$ sudo npm update component-raf
Update package globally,
$ npm install -g component-raf
$ sudo git clone https://github.com/rektide/component-raf.git
$ sudo npm install -g ./component-raf
component-raf@1.2.0 /usr/lib/node_modules/component-raf
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall component-raf
Package Name | component-raf |
Version | 1.2.0 |
Description | request animation frame |
Released Date | 2014-09-15T04:44:27.737Z |
Published by | jongleberry |
How to Learn | https://www.npmjs.com/package/component-raf/tutorial |