Auf pan
Node.js zu installieren, ist gar nicht so einfach, weil es mit apt-get
nicht so besonders gut funktioniert.
Daher das LTS Stable Binary (x64) von Nodejs.org geholt, und nach /usr/local/
kopiert, dann in .bash_profile
einen Pfad nach /usr/local/node/bin
eingerichtet (symlink nach node
).
Vgl. Stackoverflow
Nachtrag: Die o.a. Version (4.2…) hat mit meteor fibres
nicht funktioniert, da hab ich die Version 0.10… installiert, und gut wars.