-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module could not be found: notifications_bindings.node #4
Comments
Can you confirm that this is not just a Windows permissions issue? |
@Lissy93 thanks for the response! I'm running everything as admin. I tried finding missing dependencies on my file system and found them on following places:
I'm thinking whether they shouldn't be relatively/absolutely referenced the same way By the way, can you help me get into the technologies? What is responsible for correct DLL linkings? Is it library itself, NodeRT or node-gyp? |
Are there any news ? Having the same problem and still looking for a fix |
Hello, i have the same problem here, @felixrieseberg can you give some feedback? This kind of notifications are important, and your module seems to be the only who addresses this subject |
Hello at all, After 6 hours playing around this issue, i found a solution. The real problem is a missing InteractiveNotifications.dll which sould be copied by postinstall.js. postinstall.js is located in "electron-windows-interactive-notifications\scripts". After study this file, i recognized that there are a x86 and x64 Bit version of the missing dll. On x86 installations, copy On x64 installations, copy @DesselBane , i had the same error with the x86 dll use 64bit one and it will work. Sry for my english! Greetings |
Hello,
I have
electron-windows-interactive-notifications
as my dependency. When I use cleannpm install
and after thatelectron-rebuild
I get:According to a NodeJS issue it seems to be a native dependency problem. When I examine
notifications_bindings.node
by dependencywalker I see following missing direct DLLs (among many missing nested):Please, is it a problem with
electron-windows-interactive-notifications
or something else?Also I found myself very confused resolving
electron-windows-interactive-notifications
issues as it is crossover of native and JS technologies which highly depends on the way an environment was set. Is there any OOTB-working sample forelectron-windows-interactive-notifications
that I could use as a reference?Thank you!
The text was updated successfully, but these errors were encountered: