Dany Marques

Results 5 comments of Dany Marques

> > npm ERR! gyp: binding.gyp not found (cwd: /Users/danymarques/Documents/mobi_projects/test_pact/node_modules/@pact-foundation/pact-core) while trying to load binding.gyp Yes but who is trying to load `binding.gyp`? @cclauss

HI @cclauss , Thank's for your hint. That's in fact what's printed in the console. What I still don't get is, why is node-gyp invoked at all? And also why...

Hi @cclauss, I just installed the package with `--ignore-scripts` with both registries and looked for a `binding.gyp` file after each install. In both cases, there is no `binding.gyp` in the...

> Do any ideas from #2714 help? @cclauss Unfortunately, no. The problem looks obvious, node-gyp is triggered but it should not. Any ideas to figure out the stack trace? To...

@cclauss I'm digging into this and to me, some node-gyp-build script doesn't behave the same when using a private registry.