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.

Error: No such module was linked: electron_common_v8_util

See original GitHub issue

When trying to run at all, it gets this with node 14.15.1 LTS.

internal/bootstrap/loaders.js:124
      mod = bindingObj[module] = getLinkedBinding(module);
                                 ^

Error: No such module was linked: electron_common_v8_util
    at process._linkedBinding (internal/bootstrap/loaders.js:124:34)
    at Object.exports.getElectronBinding (C:\Projects\rambox\node_modules\@electron\remote\dist\src\common\get-electron-binding.js:6:25)
    at Object.<anonymous> (C:\Projects\rambox\node_modules\@electron\remote\dist\src\main\objects-registry.js:4:39)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
    at Module.load (internal/modules/cjs/loader.js:928:32)
    at Function.Module._load (internal/modules/cjs/loader.js:769:14)
    at Module.require (internal/modules/cjs/loader.js:952:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at Object.<anonymous> (C:\Projects\rambox\node_modules\@electron\remote\dist\src\main\server.js:8:44)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
seanayecommented, May 5, 2021

Are there any updates on this?

1reaction
nornagoncommented, Dec 4, 2020

Thanks for reaching out!

We require the template to be filled out on all new issues and pull requests. We do this so that we can be certain we have all the information we need to address your submission efficiently. This allows the maintainers to spend more time fixing bugs, implementing enhancements, and reviewing and merging pull requests.

Thanks for understanding and meeting us half way 😀

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: No such module was linked: electron_common_v8_util ...
I am a software tester. I use Spectron to automate my tests on Electron applications. Spectron has stopped using electron.remote and migrated to ......
Read more >
electron_common_features - Electron react test failing - Stack ...
Now when I run npm test it says No such module was linked: electron_common_features . The app works very well though!
Read more >
How to use dialog electron with Theia
This code works fine but when I test a parent component using mocha and chai, the test fails with this error : No...
Read more >
Xcode 12.0.1 "No such module" | Apple Developer Forums
With a simple new iOS App project I was able to use the Cocoapods and run on the simulator, but my "real" project...
Read more >
No such module 'MetaWearCpp' - MBIENTLAB
Follow the instructions exactly as described in the Swift tutorial I linked in your previous thread. If it tells you to use download...
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