You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HDvis uses node.js stack (webpack, Babel and others) but first one needs to install node.js itself. The caveat is that if one just use apt install node.js it uses node.js LTS of version 4 which is pretty old (current version is 8). There are many ways to -skin a cat- install a nodejs on ubuntu, here we use nvm - node version manager.