How to Install psd NPM Packages on Ubuntu / Debian

How to Install psd software package in NPM Packages

psd : A general purpose Photoshop file parser.. You can installing psd 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 psd
$ sudo npm install -g psd

If want to update the psd package execute the command as below,

$ sudo npm update psd

Update package globally,

$ npm install -g psd

Git clone:

$ sudo  git clone https://github.com/rektide/psd.git
$ sudo  npm install -g ./psd

psd@3.2.0 /usr/lib/node_modules/psd

How to remove psd package :

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

$ sudo npm uninstall psd

Basic Information of psd NPM Package:

Package Name psd
Version 3.2.0
Description A general purpose Photoshop file parser.
Released Date 2017-07-13T14:25:44.929Z
Published by meltingice
How to Learn https://www.npmjs.com/package/psd/tutorial