-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
"uid must be an unsigned int" on io.js 1.0.3 (x64) on 64-bit Windows 8.1 #536
Comments
@othiym23 got anything similar to this on record? |
I think this should be filed as an npm issue, it calls fs.chown() or fs.fchown() with a bad uid. |
@mzgol Is this present in |
Ditto @kenany's question. npm@2.3.0 includes a commit that hopefully fixes a whole slew of these chown() problems. |
I'm going to close this as an npm issue. If needed, we can always reopen. |
@kenany Is there an easy way to update npm without using npm? Since EDIT: OK, it did work on the second run (and I could always do it via Git Bash). |
It seems it's fixed in npm 2.3.0 so it should work fine in next io.js version by default. :) |
Sorry for going AWOL, everybody. It's been a very busy week for me. Yes, this is something that |
io.js 1.0.3 (x64 edition) on Windows 8.1 gives me the following errors when running
npm install
on https://github.com/mzgol/grunt-ng-annotate/:The last block repeats multiple times.
It works fine when run from Git Bash, fails when run via cmd.
The text was updated successfully, but these errors were encountered: