nodejs
nodejs copied to clipboard
Install a binary from a cached file option?
Hey, is there an option to install a nodejs binary from an already downloaded file, not without downloading it each time from a remote url? It would definitely save time.
If I had to do this kind of thing, I'd use this kind or url :
file://my/local/file.tar.gz
file://
is a valid url and it's a local one :)
Can you test it ?
Assuming this means a file already on the node.
Marking as low priority unless someone speaks up.