fbjs : A collection of utility libraries used by other Facebook JS projects. You can installing fbjs 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 fbjs $ sudo npm install -g fbjs
If want to update the fbjs package execute the command as below,
$ sudo npm update fbjs
Update package globally,
$ npm install -g fbjs
$ sudo git clone https://github.com/rektide/fbjs.git
$ sudo npm install -g ./fbjs
fbjs@0.8.16 /usr/lib/node_modules/fbjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fbjs
Package Name | fbjs |
Version | 0.8.16 |
Description | A collection of utility libraries used by other Facebook JS projects |
Released Date | 2017-09-25T23:17:39.468Z |
Published by | zpao |
How to Learn | https://www.npmjs.com/package/fbjs/tutorial |