aframe : A web framework for building virtual reality experiences.. You can installing aframe 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 aframe $ sudo npm install -g aframe
If want to update the aframe package execute the command as below,
$ sudo npm update aframe
Update package globally,
$ npm install -g aframe
$ sudo git clone https://github.com/rektide/aframe.git
$ sudo npm install -g ./aframe
aframe@0.7.1 /usr/lib/node_modules/aframe
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aframe
Package Name | aframe |
Version | 0.7.1 |
Description | A web framework for building virtual reality experiences. |
Released Date | 2017-10-18T20:39:32.927Z |
Published by | dmarcos |
How to Learn | https://www.npmjs.com/package/aframe/tutorial |