Skip to content
Björn Dahlgren edited this page Feb 4, 2016 · 1 revision

Node.js

Install latest Node.js according to instructions, https://github.com/nodejs/node-v0.x-archive/wiki/Installing-Node.js-via-package-manager

Debian / Ubuntu

If using 64 bit system the following libraries needs to be installed, lib32gcc1 and lib32stdc++6

sudo apt-get install lib32gcc1 lib32stdc++6

Clone this wiki locally