nodejs icon indicating copy to clipboard operation
nodejs copied to clipboard

Install a binary from a cached file option?

Open cbrwizard opened this issue 8 years ago • 3 comments

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.

cbrwizard avatar Dec 18 '15 10:12 cbrwizard

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 ?

BarthV avatar Dec 18 '15 11:12 BarthV

Assuming this means a file already on the node.

MarkGibbons avatar Sep 29 '20 13:09 MarkGibbons

Marking as low priority unless someone speaks up.

MarkGibbons avatar Oct 03 '20 19:10 MarkGibbons