I recently found this awesome project: http://nodered.org/ and I thought I could give it a try inside a standard jail on freeNAS 9.10 U4
So I did
pkg update
pkg upgrade
pkg install node
pkg install npm
followed by npm install -g --unsafe-perm node-red
which then got stuck.
Just thought I'd...