How to Install three NPM Packages on Ubuntu / Debian

How to Install three software package in NPM Packages

three : JavaScript 3D library. You can installing three 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 three
$ sudo npm install -g three

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

$ sudo npm update three

Update package globally,

$ npm install -g three

Git clone:

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

three@0.88.0 /usr/lib/node_modules/three

How to remove three package :

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

$ sudo npm uninstall three

Basic Information of three NPM Package:

Package Name three
Version 0.88.0
Description JavaScript 3D library
Released Date 2017-11-02T00:23:36.138Z
Published by mrdoob
How to Learn https://www.npmjs.com/package/three/tutorial