-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I installed NodeJS off of apt.bingner.com (though I think they mirrored this repo) and got an error related to an unsigned lib node.dyld. I solved it by symlinking to where the program seemed to expect it to be (Users/Sam/...).
However, many system calls seem to be broken. For example, running yarn add global code-server results in ENOENT: function not implemented copyfile (very long path). Calling fs.copyFile results in Bad system call: 12. For example, running npm install -g expo-cli results in Error: spawn EPERM (see link: https://imgur.com/a/1mAqcp2). As a result, no major program I’ve tried has worked.
Is this related to a messed up build? Would a new version fix these issues?
Thanks
Edit: node ver 12.3.1-3
Metadata
Metadata
Assignees
Labels
No labels