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
I am building an electron app and calling var $ = require('nodobjc') and getting the following error in my console:
Uncaught Error: Could not locate the bindings file. Tried:
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/build/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/build/Debug/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/build/Release/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/out/Debug/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/Debug/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/out/Release/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/Release/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/build/default/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/compiled/12.18.3/darwin/x64/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/addon-build/release/install-root/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/addon-build/debug/install-root/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/addon-build/default/install-root/binding.node
→ /Users/Me/Documents/git/NodObjC/node_modules/function-name/lib/binding/node-v85-darwin-x64/binding.node
at bindings (/Users/Me/Documents/git/NodObjC/node_modules/bindings/bindings.js:126)
at Object.<anonymous> (/Users/Me/Documents/git/NodObjC/node_modules/function-name/index.js:1)
at Object.<anonymous> (/Users/Me/Documents/git/NodObjC/node_modules/function-name/index.js:4)
at Module._compile (internal/modules/cjs/loader.js:1152)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173)
at Module.load (internal/modules/cjs/loader.js:992)
at Module._load (internal/modules/cjs/loader.js:885)
at Function.f._load (electron/js2c/asar_bundle.js:5)
at Module.require (internal/modules/cjs/loader.js:1032)
at require (internal/modules/cjs/helpers.js:72)
The text was updated successfully, but these errors were encountered:
node v14.15.4
electron v11.1.1
npm 6.14.10
ffi-napi v3.0.1
ref-napi v3.0.1
ref-struct-napi v1.1.1
function-class v1.1.0
I am building an electron app and calling
var $ = require('nodobjc')
and getting the following error in my console:The text was updated successfully, but these errors were encountered: