COMMITS
/ lib/install.js November 18, 2025
E
Fix typos in some files (#3245)
Edge-Seven committed
July 29, 2025
A
fix: use temp dir for tar extraction on all platforms (#3170)
Aman Karmani committed
April 1, 2025
A
fix: use maxRetries on fs.rm calls (#3113)
Aman Karmani committed
October 28, 2023
L
chore: misc testing fixes (#2930)
Luke Karrys committed
October 27, 2023
L
feat: convert all internal functions to async/await
Luke Karrys committed
June 20, 2023
L
Sync deps and engines with npm (#2770)
Luke Karrys committed
June 9, 2023
S
win,install: only download target_arch node.lib (#2857)
Stefan Stojanovic committed
June 6, 2023
D
fix: log statement is for devDir not nodedir (#2840)
David Sanders committed
May 25, 2023
D
fix: extract tarball to temp directory on Windows (#2846)
David Sanders committed
March 18, 2021
M
lib: migrate requests to fetch (#2220)
Matias Lopez committed
May 13, 2020
R
deps: replace mkdirp with {recursive} mkdir
Rod Vagg committed
November 28, 2019
M
lib: noproxy support, match proxy detection to `request`
Matias Lopez committed
October 23, 2019
R
src,win: allow 403 errors for arm64 node.lib
Richard Lau committed
October 16, 2019
S
lib,install: always download SHA sums on Windows
Sam Hughes committed
September 30, 2019
R
src: update to standard@14
Rod Vagg committed
September 12, 2019
R
src,win: add support for fetching arm64 node.lib
Richard Townsend committed
August 23, 2019
M
lib: adding keep-alive header to download requests
Milad Farazmand committed
July 20, 2019
R
lib: ignore non-critical os.userInfo() failures
Rod Vagg committed
June 22, 2019
R
src: implement standard.js linting
Rod Vagg committed
June 20, 2016
P
lib: code de-duplication
Pavel Medvedev committed
October 13, 2018
S
deps: replace `osenv` dependency with native `os`
Selwyn committed
August 2, 2018
J
Add ESLint no-unused-vars rule
Jon Moss committed
July 28, 2018
J
bin,lib: remove extra comments/lines/spaces
Jon Moss committed
May 31, 2017
I
Upgrade to tar v3
isaacs committed
March 27, 2017
B
Drop dependency on minimatch.
Brian Woodward committed
February 26, 2018
B
Fix infinite install loop.
Ben Noordhuis committed
December 8, 2015
B
Add --cafile command line option.
Ben Noordhuis committed
B
Make download() function testable.
Ben Noordhuis committed
September 6, 2015
R
refactor for clarity, fix dist-url, add env var dist-url functionality
Rod Vagg committed
B
Update repository URLs.
Ben Noordhuis committed
September 4, 2015
R
use process.release, make aware of io.js & node v4 differences
Rod Vagg committed
July 5, 2015
J
Use HTTPS for dist url
Jakob Krigovsky committed
June 6, 2015
T
Fix download error message spelling
Tom X. Tobin committed
May 24, 2015
N
Merge pull request #379 from robertkowalski/better-error-message
Nathan Rajlich committed
N
Merge pull request #593 from chapel/master
Nathan Rajlich committed
May 12, 2015
D
Show URL when a download fails
DC committed
March 18, 2015
J
Avoid downloading shasums if using tarPath
Jacob Chapel committed
June 16, 2014
F
use sha256 checksums starting with node v0.10.0
freewil committed
March 4, 2014
N
install: minor cleanup
Nathan Rajlich committed
January 24, 2014
F
Check download content shasums with SHASUMS.txt. fixed npm/npm#4541
fengmk2 committed
January 2, 2014
R
Show better error message in case of bad network settings
Robert Kowalski committed
October 20, 2013
V
install: add --tarball option
vinayr committed
September 6, 2013
N
install: send User-Agent header
Nathan Rajlich committed
June 24, 2013
N
install: remove "legacy" installation logic
Nathan Rajlich committed
N
install: remove unused `trim()` function
Nathan Rajlich committed
June 20, 2013
I
update "semver" to 2.0.7
isaacs committed
February 22, 2013
C
Add disturl as alias for dist-url.
Cheng Zhao committed
December 21, 2012
M
install: support custom build tags
Maciej Małecki committed
November 15, 2012
N
install: don't extract the "gyp" dir from the node tarball
Nathan Rajlich committed
October 1, 2012
M
install: allow for configuring dist url
Maciej Małecki committed