How to Install opencv NPM Packages on Ubuntu / Debian

How to Install opencv software package in NPM Packages

opencv : Node Bindings to OpenCV. You can installing opencv 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 opencv
$ sudo npm install -g opencv

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

$ sudo npm update opencv

Update package globally,

$ npm install -g opencv

Git clone:

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

opencv@6.0.0 /usr/lib/node_modules/opencv

How to remove opencv package :

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

$ sudo npm uninstall opencv

Basic Information of opencv NPM Package:

Package Name opencv
Version 6.0.0
Description Node Bindings to OpenCV
Released Date 2016-09-23T10:53:57.818Z
Published by peterbraden
How to Learn https://www.npmjs.com/package/opencv/tutorial