Conversation
6679eb3 to
597dbc8
Compare
597dbc8 to
813b99f
Compare
|
👍 Note that @piscisaureus particularly tested the delay-load hook solution with node-sass nodejs/node#1251 (comment) and I can confirm with that io.js process works with With that said: to turn on delay-load-hook, use: {
'targets': [
{
'target_name': 'binding',
'win_delay_load_hook': 'true',
...in binding.gyp. Also, the same solution is merged in original node-gyp repo: nodejs/node-gyp#599, but the real caveat is that node-gyp is yet to bring io.js support: nodejs/node-gyp#564. |
|
I admit to only having a passing familiarity with the issue. Would
|
This PR introduces a basic troubleshooting guide for common issues.
This will give us a common places to link people to from issues, and single point of reference for debugging information.
I don't by any means expect this to be perfect right off the bat, but we need start somewhere.
Fixes #916.
/cc @am11 @saper