You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
I'm having some issues importing this library into an electron project.
I'm presented with the message
Error: The specified module could not be found.
\\?\C:\Users\user\projects\electron-test\node_modules\pc-nrfjprog-js\build\Release\pc-nrfjprog-js.node
Running a yarn build within the module does appear to create this file, leading me to believe a downstream DLL is missing. Dependencies tells me there is a missing DLL called highlevelnrfjprog.dll.
What am I doing wrong here?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having some issues importing this library into an electron project.
I'm presented with the message
Running a
yarn build
within the module does appear to create this file, leading me to believe a downstream DLL is missing.Dependencies tells me there is a missing DLL called
highlevelnrfjprog.dll
.What am I doing wrong here?
The text was updated successfully, but these errors were encountered: