@dobbel this error come with webpack’s node-loader error
if only use electron without wepack it’s gonna work
G
Latest posts made by gaozhe3321
-
RE: How to require node addon(c++) in a quasar electron project
-
How to require node addon(c++) in a quasar electron project
i have a c++ node addon and build as node file
when i require this node file
webpack node-loader popup an error
said “The specified module could not be found.”
and the node file name changed to [filehash].node
like “src-electron\main-process/100b783793116bc6eb2cabbd8bd066d9.node”how to deal with it?