NodeJS is installed to /opt, and not $HOME

Node is installed to /opt instead of to $HOME which prevents global module caching.

~$ node -v
v4.4.5
~$ which node
/opt/circleci/nodejs/v4.4.5/bin/node

Hi thanks for reporting this. Caching on 14.04 under /opt/circleci/ should work the same as under /home/ubuntu on 12.04.