Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Error: Module did not self-register. #2

Open
kevincastejon opened this issue Apr 14, 2020 · 0 comments
Open

Error: Module did not self-register. #2

kevincastejon opened this issue Apr 14, 2020 · 0 comments

Comments

@kevincastejon
Copy link

kevincastejon commented Apr 14, 2020

I'm on Windows 10
Node v.10.19.0 LTS
I install this module into a fresh node project with : npm i web-images
I import it into the code with : const {Image} = require("web-images");
Then I start the app with : node index.js

I got the following error : Error: Module did not self-register.

Complete error log

`
internal/modules/cjs/loader.js:807
return process.dlopen(module, path.toNamespacedPath(filename));
^

Error: Module did not self-register.
at Object.Module._extensions..node (internal/modules/cjs/loader.js:807:18)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (C:\Users\pitik\Desktop\web-images-test\node_modules\web-images\dist\sys.js:62:47)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant