Skip to content
New issue

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 removes other files under prefix #654

Open
viraptor opened this issue Nov 26, 2020 · 0 comments
Open

Installing removes other files under prefix #654

viraptor opened this issue Nov 26, 2020 · 0 comments

Comments

@viraptor
Copy link

viraptor commented Nov 26, 2020

When installing, existing files under the prefix are removed:

+ ls -la /usr/local/bin/bundle
-rwxr-xr-x 1 root root 532 Nov 25 23:35 /usr/local/bin/bundle

+ node-build 14.15.1 /usr/local/
Downloading node-v14.15.1-linux-x64.tar.gz...
-> https://nodejs.org/dist/v14.15.1/node-v14.15.1-linux-x64.tar.gz
Installing node-v14.15.1-linux-x64...
Installed node-v14.15.1-linux-x64 to /usr/local/

+ ls -la /usr/local/bin/bundle
ls: cannot access '/usr/local/bin/bundle': No such file or directory

I'd rather it didn't happen. But at least that should be documented / warned about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant