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
$ sudo git clone https://github.com/rektide/three.git
$ sudo npm install -g ./three
three@0.88.0 /usr/lib/node_modules/three
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall three
| 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 |