It's not really a Selenium question, but I would check that you have the correct proxy set for your node js environment.
Google "npm config set proxy" and "npm config set https-proxy".
May need to set the environment variables as well using "set HTTP_PROXY..." and "set HTTPS_PROXY ...".