SonarJS
SonarJS copied to clipboard
Avoid deployment if NodeJS is not available
Deployment of bundle takes around 30sec and it's a waste of time if later we discover that there is no NodeJS on the machine. It's better to first check for NodeJS
30 seconds are rather abnormal, this happens on Windows due to antivirus settings. I think on linux machines it is much much faster, otherwise we should check how we could make it faster
we have bundled the runtime, so we won't invest efforts in fixing this.