Node-pre-gyp ERR! Tried to download(302):

I tried to install cryosparc v0.6.5 on a freshly installed Ubuntu 16 system and encountered the following error:

Finally I found a way to make it work by installing node:
curl -sL https://deb.nodesource.com/setup_6.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt-get install nodejs
sudo apt-get install build-essential
bash -c “$(curl -sSL https://cryosparc.download?license=xxx)”
reboot