File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,19 @@ Python researcher or developer? Check out how easy it is to [get access to the e
3939```
4040npm install openbci
4141```
42+ #### serialport dependency
43+ If you encounter this error when trying to run:
44+ ```
45+ Error: The module '/path/to/your/project/node_modules/serialport/build/Release/serialport.node'
46+ was compiled against a different Node.js version using
47+ NODE_MODULE_VERSION 48. This version of Node.js requires
48+ NODE_MODULE_VERSION 51. Please try re-compiling or re-installing
49+ the module (for instance, using `npm rebuild` or`npm install`).
50+ ```
51+ ...the issue can be resolved by running:
52+ ```
53+ npm rebuild --build-from-source
54+ ```
4255### <a name =" tldr " ></a > TL;DR:
4356Get connected and [ start streaming right now with the example code] ( examples/getStreaming/getStreaming.js ) .
4457
You can’t perform that action at this time.
0 commit comments