dev-cli icon indicating copy to clipboard operation
dev-cli copied to clipboard

Hardcoded Node.js download URL preventing operation within corporate secured network

Open yunarta opened this issue 6 years ago • 0 comments

Hi

I found that the src/tarballs/node.ts has the nodejs.org URL hardcoded in the code. I'm currently setting up secured devops with very limited network access and strict dev machine policy.

This hard coded URL preventing the developers to use our cached nodejs.org content server. I think it a better solution to allow environment variable injection to replace such URL.

yunarta avatar Apr 05 '19 03:04 yunarta