Setup an NPM Proxy Cache See https://npmjs.org/package/npm-proxy-cache for more info ``` apt-get install node npm npm install npm-proxy-cache -g #do in screen/tmux or run as background process/service (ideally): npm-proxy-cache -h 0.0.0.0 -p 14441 -t 604800 -v ```