-
Notifications
You must be signed in to change notification settings - Fork 68
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
install.js tries to rename a non existing file #105
Comments
I'm also running into the same issue on MacOS Sierra
|
This looks like the same problem as #110, and seems to be related to how npm drops permissions. I've reworked how the install lifecycle script gets run to hopefully recover from this kind of failure better. If you've continued having the issue, could you please try again and see if it still fails with
It's possible that the only way to get the lifecycle scripts to run safely when doing a global install as root is with |
On FreeBSD 11, the install.js script tries to rename a file not yet existing:
This issue only occurs with
-g
: it can install in node_modules/ without any issue.The text was updated successfully, but these errors were encountered: