tj/node-prune

node-prune: line 1: syntax error: unexpected newline

blacktop opened this issue · 3 comments

Installing in alpine docker with:

$ curl -sL https://github.com/tj/node-prune/releases/download/v1.0.0/node-prune_1.0.0_linux_amd64.tar.gz \
>       | tar xzvf - -C /tmp

and running:

$ node-prune /usr/local/lib/node_modules/
/usr/bin/node-prune: line 1: syntax error: unexpected newline

Also happening with the darwin releases

tj commented

weird! try v1.0.1, the darwin bin works for me at least, seems ok now

Darwin bin is working for me now… Gave a quick test on alpine and it seems to be working fine as well! Thanks!