Skip to content

Iotivity node installation

Wonsuk Lee edited this page Jun 27, 2017 · 6 revisions
  1. IoTivity Installation

$ sudo apt-get update

$ sudo apt-get install nodejs

$ sudo apt-get npm

(Verify installation)

$ node -v

The program 'node' is currently not installed. You can install it by typing:sudo apt install nodejs-legacy

$ sudo apt install nodejs-legacy

$ node -v

V4.2.6

  1. iotivity download

$ git clone https://github.com/otcshare/iotivity-node.git

$ cd iotivity-node

$ npm install

Clone this wiki locally