question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find module './build/Release/DTraceProviderBindings' from 'dtrace-provider.js'

See original GitHub issue

Running pact in jest I get the error:

Error: Cannot find module './build/Release/DTraceProviderBindings' from 'dtrace-provider.js'
[...]

This seems to be the same problem as the one mentioned in issue 63 for pact-js, which according to @mefellows is an upstream problem with pact-node, therefore I’m raising the issue here.

The node-bunyan issue mentioned in the thread states that the problem has been fixed in dtrace-provider@0.8.6. As far as I can tell it should therefore be sufficient to upgrade from bunyan version 1.8.2 to 1.8.4 to resolve this problem.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mboudreaucommented, Feb 28, 2018

@mbark Version 6.10.1 going out as we speak that will fix this issue.

0reactions
mefellowscommented, Feb 28, 2018

I’ll do that now @mbark

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues - GitHub
{ Error: Cannot find module './build/Release/DTraceProviderBindings' at Function.Module._resolveFilename (module.js:470:15) at Function.
Read more >
Cannot find module dtrace-provider - node.js - Stack Overflow
This worked for me after switching to Node 6.1 (and when re-installing node modules didn't work):. Install and save dtrace-provider
Read more >
[Solved] DynamoDB error cannot find module build/Release ...
Error: DynamoDB error cannot find module build/Release/DTraceProviderBindings. Solution. This is due to the dtrace-provider dependency failing to install.
Read more >
dtrace-provider - npm
This extension allows you to create native DTrace providers for your Node.js applications. That is, to create providers and probes which expose ...
Read more >
node-dtrace-provider - Bountysource
Failed to build in the following environment. item version OS macOS Mojave(10.14.6) node.js v14.3.0. The error message is: $ V=~/dtrace-provider-rebuild npm ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found