-
Notifications
You must be signed in to change notification settings - Fork 9
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
EXDEV: cross-device link not permitted #1
Comments
Hi @tunnckoCore, thanks for reporting this issue. You can specify any Node CLI flags, including The label is assigned thanks to GitHub issue templates. Installing Node either through Your problem is coming from this:
The reason this is done like this is to prevent leaving half-downloaded Node.js binaries in case you interrupt Linux does not allow using |
This should be fixed in |
Cool, thanks. I'll try later today. |
Is it working now? |
Seems okay, yea. Thanks and sorry for the delay. :) |
@all-contributors please add @tunnckoCore for reporting this bug! |
I've put up a pull request to add @tunnckoCore! 🎉 |
The error is happening no matter the chosen node version.
I only have one SSD on the machine which is ArchLinux with Linux kernel 4.19.
I usually use
nvm
, is it counts as "global nodejs install"? I don't think so. That's why I also installed globally nodejs through AUR (which seems to be v11.15).Btw, are we able to provide
--require
hook? That would be insanely cool!edit: Ha, interesting auto-labeler. What you are using on that repo? Doesn't seem like a bot, because it uses the author? Or is it already builtin within GitHub when using issue/pr templates?
The text was updated successfully, but these errors were encountered: