neurosity / openbci-observable

Making OpenBCI for Node Reactive
MIT License
37 stars 6 forks source link

Install openbci-observable error #25

Open gerardklee opened 4 years ago

gerardklee commented 4 years ago

Hi,

I am trying to install openbci-observable by running the command npm --save openbci-observable and getting the following error:

Screen Shot 2020-02-05 at 12 32 01 PM

Could it be the version problem? I would appreciate any advice.

gerardklee commented 4 years ago

I am using npm version of 6.13.6 and node version of 13.7.0

gerardklee commented 4 years ago

Please close the issue. For other people that are having the same issue, what I did was to downgrade the node to 7.8.0 and installed the binding via npm install binding. This solved the issue.