Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not locate the bindings files #52

Open
Guillaume-slize opened this issue Mar 25, 2019 · 0 comments
Open

Could not locate the bindings files #52

Guillaume-slize opened this issue Mar 25, 2019 · 0 comments

Comments

@Guillaume-slize
Copy link

Hi,

After cloning the package and using npm install I end up with this error when calling startserver.js:

`/Users/u0122145/Documents/p5.serialport/node_modules/bindings/bindings.js:91
throw err
^

Error: Could not locate the bindings file. Tried:
→ /Users/u0122145/Documents/p5.serialport/node_modules/serialport/build/serialport.node
→ /Users/u0122145/Documents/p5.serialport/node_modules/serialport/build/Debug/serialport.node
→ /Users/u0122145/Documents/p5.serialport/node_modules/serialport/build/Release/serialport.node
→ /Users/u0122145/Documents/p5.serialport/node_modules/serialport/out/Debug/serialport.node
→ /Users/u0122145/Documents/p5.serialport/node_modules/serialport/Debug/serialport.node
→ /Users/u0122145/Documents/p5.serialport/node_modules/serialport/out/Release/serialport.node
→ /Users/u0122145/Documents/p5.serialport/node_modules/serialport/Release/serialport.node
→ /Users/u0122145/Documents/p5.serialport/node_modules/serialport/build/default/serialport.node
→ /Users/u0122145/Documents/p5.serialport/node_modules/serialport/compiled/11.12.0/darwin/x64/serialport.node
at bindings (/Users/u0122145/Documents/p5.serialport/node_modules/bindings/bindings.js:88:9)
at Object. (/Users/u0122145/Documents/p5.serialport/node_modules/serialport/lib/bindings.js:3:35)
at Module._compile (internal/modules/cjs/loader.js:799:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:810:10)
at Module.load (internal/modules/cjs/loader.js:666:32)
at tryModuleLoad (internal/modules/cjs/loader.js:606:12)
at Function.Module._load (internal/modules/cjs/loader.js:598:3)
at Module.require (internal/modules/cjs/loader.js:705:19)
at require (internal/modules/cjs/helpers.js:14:16)
at Object. (/Users/u0122145/Documents/p5.serialport/node_modules/serialport/lib/serialport.js:12:25)`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant