I wanted to try custom built obs-studio-node. I created that using steps given in README.md
when I try to run app using custom obs-studio-node I am getting error
$ yarn start
yarn run v1.22.10
$ electron .
App threw an error during load
Error: The specified module could not be found.
\\?\C:\Users\User\projects\obs-studio-node-example\node_modules\obs-studio-node\obs_studio_client.node
at process.func [as dlopen] (electron/js2c/asar.js:140:31)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1196:18)
at Object.func [as .node] (electron/js2c/asar.js:140:31)
at Module.load (internal/modules/cjs/loader.js:981:32)
at Module._load (internal/modules/cjs/loader.js:881:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (internal/modules/cjs/loader.js:1023:19)
at require (internal/modules/cjs/helpers.js:77:18)
at Object.<anonymous> (C:\Users\User\projects\obs-studio-node-example\node_modules\obs-studio-node\module.js:3:13)
at Module._compile (internal/modules/cjs/loader.js:1145:30)
I have confirmed that C:\Users\User\projects\obs-studio-node-example\node_modules\obs-studio-node\obs_studio_client.node exists.
My system details are:
OS: Windows 10 enterprise
Node: 14.16.0
As dependency this app using
I wanted to try custom built
obs-studio-node
. I created that using steps given inREADME.md
when I try to run app using customobs-studio-node
I am getting errorI have confirmed that
C:\Users\User\projects\obs-studio-node-example\node_modules\obs-studio-node\obs_studio_client.node
exists.My system details are: OS: Windows 10 enterprise Node: 14.16.0