falcor : A JavaScript library for efficient data fetching.. You can installing falcor 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 falcor $ sudo npm install -g falcor
If want to update the falcor package execute the command as below,
$ sudo npm update falcor
Update package globally,
$ npm install -g falcor
$ sudo git clone https://github.com/rektide/falcor.git
$ sudo npm install -g ./falcor
falcor@1.0.3 /usr/lib/node_modules/falcor
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall falcor
Package Name | falcor |
Version | 1.0.3 |
Description | A JavaScript library for efficient data fetching. |
Released Date | 2017-11-20T19:52:30.189Z |
Published by | steveorsomethin |
How to Learn | https://www.npmjs.com/package/falcor/tutorial |