mscdex

Results 571 comments of mscdex

No such functionality exists, you'd have to walk the path yourself to make sure the destination directory exists first, creating each sub directory where needed.

How would you imagine being able to require() the built-in crypto if this module is found as well?

@charleshross not if you're using node. These crypto functions were implemented entirely in JavaScript so my guess is that they were intended to be some kind of API-compatible version of...

@stevenvachon Did you install Xcode _and_ the command line developer tools (you can do this from the terminal via `xcode-select --install` and it should pop up a window asking you...

Also, I'm not entirely sure but "cl" might need to also be added to msvs_emulation.py in the environment variable list in `_ExtractImportantEnvironment`. It appears that file is mostly for ninja...

It looks like the unrelated windows integration failure is because node is floating changes on top of gyp that do not exist in node-gyp's vendored copy of gyp or in...

Additionally it seems that `'includes'` is eagerly evaluated, even before any dependency targets are executed. This is a problem for me since I have a dependency target that generates an...

Because gyp is bundled with node/node-gyp and people complain about needing to install things like cmake or other utilities to build addon dependencies and/or node addons themselves. All I'm trying...

There was at least one PR that was composed of several commits. When the v7.x-staging branch was being updated to pull in backportable commits from master, it only pulled in...