Closed
Description
It seems recently test-npm-install.js started requiring Internet connection (which I think means now running npm install
on a package.json
with no module to install requires Internet connection somehow). We should either try to make it runnable offline or move it to test/internet
. Anyone familiar with the installer know how to make the former possible?
P.S. this causes a TIMEOUT when I am behind the GFW
cc @nodejs/testing