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
Same here after installing with npm on Windows 10:
CWD>node node_modules\serverless-webrtc\serverless-webrtc.js
CWD\node_modules\node-cmake\index.js:40
if(!found) throw new Error('Unable to find native module');
^
Error: Unable to find native module
at requireNativeModule (CWD\node_modules\node-cmake\index.js:40:20)
at Object.<anonymous> (CWD\node_modules\wrtc\lib\binding.js:3:39)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (CWD\node_modules\wrtc\lib\peerconnection.js:3:15)
I am getting this error . UNABLE TO FIND NATIVE MODULE when I run it on Node Js
The text was updated successfully, but these errors were encountered: