Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. App threw an error during load
  2. Error: The module '<path/to/module.node>'
  3. was compiled against a different Node.js version using
  4. NODE_MODULE_VERSION 72. This version of Node.js requires
  5. NODE_MODULE_VERSION 73. Please try re-compiling or re-installing
  6. the module (for instance, using `npm rebuild` or `npm install`).
  7. at process.func (electron/js2c/asar.js:155:31)
  8. at process.func [as dlopen] (electron/js2c/asar.js:155:31)
  9. at Object.Module._extensions..node (internal/modules/cjs/loader.js:828:18)
  10. at Object.func (electron/js2c/asar.js:155:31)
  11. at Object.func [as .node] (electron/js2c/asar.js:155:31)
  12. at Module.load (internal/modules/cjs/loader.js:645:32)
  13. at Function.Module._load (internal/modules/cjs/loader.js:560:12)
  14. at Module.require (internal/modules/cjs/loader.js:685:19)
  15. at require (internal/modules/cjs/helpers.js:16:16)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement