We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Also happening with the darwin releases
Sorry, something went wrong.
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!
No branches or pull requests
Installing in alpine docker with:
and running:
The text was updated successfully, but these errors were encountered: