electron/remote

Error: No such module was linked: electron_common_v8_util

TheGoddessInari opened this issue ยท 5 comments

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)

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 ๐Ÿ˜€

Hi, there was no template present in the repository, or on creating an issue.
This should suffice for information?

Platform: win32 (x64)
Electron: 11.0.3
Chromium: 87.0.4280.67

same problem here

Are there any updates on this?

You just should not require it in node, that's all. The module only works under electron