contentful : Client for Contentfuls Content Delivery API. You can installing contentful 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 contentful $ sudo npm install -g contentful
If want to update the contentful package execute the command as below,
$ sudo npm update contentful
Update package globally,
$ npm install -g contentful
$ sudo git clone https://github.com/rektide/contentful.git
$ sudo npm install -g ./contentful
contentful@5.0.5 /usr/lib/node_modules/contentful
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall contentful
Package Name | contentful |
Version | 5.0.5 |
Description | Client for Contentfuls Content Delivery API |
Released Date | 2017-11-17T10:39:55.376Z |
Published by | contentful-ecosystem |
How to Learn | https://www.npmjs.com/package/contentful/tutorial |