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
Does that directory exist? If not, run npm install from a terminal with a working directory of the memoryjs module (so form ./node_modules/memoryjs from your project's perspective). Or just run npm install memoryjs and look for the build error. If it can't find the directory it's likely failing to build. I've not tried building this project with Electron for at least a few years now so I'm not sure what the SOP is.
When trying to use this together with electron, I am encountering the next error:
I tried the different solutions proposed in https://www.electronjs.org/docs/latest/tutorial/using-native-node-modules, but noen of them seem to be working. I also tried to follow the build instructions for nw.js on https://github.com/Rob--/memoryjs/issues/23, but they also were of no help. Does anyone have a build environment working with the latest electron?
My electron version is:
The text was updated successfully, but these errors were encountered: