Jacob

Results 142 comments of Jacob

Note also that you should use the system `PATH` not your user's `PATH` since it will be running as Administrator. @felixrieseberg, how hard would it be to output a more...

@nahidarashid Could you please edit your message so that the [console output is formatted](https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code) such that it is easier to read? (e.g. currently there are no newlines, so it just...

@nahidarashid Your problem may also be caused by a geolocation problem. Feel free to check out https://github.com/felixrieseberg/windows-build-tools/issues/110 and try setting the environment variable to work around the problem as I...

I don't think the "has no binaries" message is an error. That is a warning message because most packages that one would install globally have executable (binary) files to go...

@afilp This may be a dumb questions, but do you have `node-gyp` installed? If you could provide a complete text log (perhaps using [`` & ``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary)) that would be much...

@cleidigh I didn't see any explicit failure indications in the logs you shared except that the usual output did not appear. Is that what you are referring to? Perhaps `yarn`...

@afilp I don't see anything in the code that would install `node-gyp`, and I think there is usually a [version of it included with node](https://github.com/nodejs/node-gyp/wiki/Updating-npm's-bundled-node-gyp). However, I know that in...

@afilp IIRC, the windows version of nvm uses a symbolic link (e.g. `C:\Program Files\nodejs` is a "shortcut" to another folder containing the specific version that you're using), so that all...

This library is designed to work with simple/scalar units (vs. complex/vector units like [hours, minutes, seconds], [feet, inches], [degrees, minutes, seconds], [x, y], or [amplitude, angle]). However, you can write...

Not sure if this issue is active, but I happened across it and thought I'd offer my $0.02. When you run `electron .` you're using whatever `electron` executable is in...