install-node icon indicating copy to clipboard operation
install-node copied to clipboard

Simple one-liner shell script that installs official Node.js binaries

Results 5 install-node issues
Sort by recently updated
recently updated
newest added

I want to put this in a Dockerfile and I want this line to be executed without asking confirmation or y default

- add conditional checking for git bash with `msys_nt` in platform - updated the grep and awk commands to ignore the case when checking for the headers - fix incorrect...

The packages are almost 1/2 the size.

Hello, found a few bugs in handling zip archive for windows platform: https://github.com/vercel/install-node/blob/066fc811ab18d21f3d851c4b0ec171bf6320c020/install.sh#L260-L265 `EXT` is set to "zip" for win, but not used in `URL` https://github.com/vercel/install-node/blob/066fc811ab18d21f3d851c4b0ec171bf6320c020/install.sh#L272-L274 `unzip` rather than `tar`...