How to Install alfresco-js-api NPM Packages on Ubuntu / Debian

How to Install alfresco-js-api software package in NPM Packages

alfresco-js-api : JavaScript client library for the Alfresco REST API. You can installing alfresco-js-api 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 alfresco-js-api
$ sudo npm install -g alfresco-js-api

If want to update the alfresco-js-api package execute the command as below,

$ sudo npm update alfresco-js-api

Update package globally,

$ npm install -g alfresco-js-api

Git clone:

$ sudo  git clone https://github.com/rektide/alfresco-js-api.git
$ sudo  npm install -g ./alfresco-js-api

alfresco-js-api@1.9.0 /usr/lib/node_modules/alfresco-js-api

How to remove alfresco-js-api package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall alfresco-js-api

Basic Information of alfresco-js-api NPM Package:

Package Name alfresco-js-api
Version 1.9.0
Description JavaScript client library for the Alfresco REST API
Released Date 2017-10-09T16:23:16.010Z
Published by alfresco
How to Learn https://www.npmjs.com/package/alfresco-js-api/tutorial