zyedidia / eget

Easily install prebuilt binaries from GitHub.
MIT License
954 stars 39 forks source link

[Bug] the soft links were not extracted #43

Closed Wsine closed 2 years ago

Wsine commented 2 years ago

I am using the following command to install prebuilt nodejs

eget https://nodejs.org/dist/v16.15.0/node-v16.15.0-linux-x64.tar.xz -f node-v16.15.0-linux-x64 --to $XDG_DATA_HOME/node

and I have added the $XDG_DATA_HOME/node/bin into the $PATH.

However, the soft links such as npm and npx at node-v16.15.0-linux-x64/bin/ were not extracted.