mach
mach copied to clipboard
Use http module for fetching extensions
https://nodejs.org/docs/latest/api/http.html https://nodejs.org/docs/latest/api/https.html
Use these (or a lib atop them) to fetch down extensions, curl is not guaranteed to be installed on most platforms. http/s is everywhere node is.