johnny-five : The JavaScript Robotics and Hardware Programming Framework. Use with: Arduino (all models), Electric Imp, Beagle Bone, Intel Galileo & Edison, Linino One, Pinoccio, pcDuino3, Raspberry Pi, Particle/Spark Core & Photon, Tessel 2, TI Launchpad and more!. You can installing johnny-five 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 johnny-five $ sudo npm install -g johnny-five
If want to update the johnny-five package execute the command as below,
$ sudo npm update johnny-five
Update package globally,
$ npm install -g johnny-five
$ sudo git clone https://github.com/rektide/johnny-five.git
$ sudo npm install -g ./johnny-five
johnny-five@0.11.7 /usr/lib/node_modules/johnny-five
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall johnny-five
Package Name | johnny-five |
Version | 0.11.7 |
Description | The JavaScript Robotics and Hardware Programming Framework. Use with: Arduino (all models), Electric Imp, Beagle Bone, Intel Galileo & Edison, Linino One, Pinoccio, pcDuino3, Raspberry Pi, Particle/Spark Core & Photon, Tessel 2, TI Launchpad and more! |
Released Date | 2017-10-23T16:57:49.483Z |
Published by | rwaldron |
How to Learn | https://www.npmjs.com/package/johnny-five/tutorial |