animejs : JavaScript animation engine. You can installing animejs 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 animejs $ sudo npm install -g animejs
If want to update the animejs package execute the command as below,
$ sudo npm update animejs
Update package globally,
$ npm install -g animejs
$ sudo git clone https://github.com/rektide/animejs.git
$ sudo npm install -g ./animejs
animejs@2.2.0 /usr/lib/node_modules/animejs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall animejs
Package Name | animejs |
Version | 2.2.0 |
Description | JavaScript animation engine |
Released Date | 2017-09-25T17:10:45.572Z |
Published by | juliangarnier |
How to Learn | https://www.npmjs.com/package/animejs/tutorial |