openbci-archive/OpenBCI_NodeJS_Cyton

failed at the serialport@6.2.2 install script

Closed this issue · 1 comments

Hi,
I get the following error:

Failed at the serialport@6.2.2 install script.
This is probably not a problem with npm. There is likely additional logging output above.

Trying to fix this issue, I installed serialport@8.0.7 with the instruction :
$npm i serialport@latest

Any ideas will be appreciated.

I solved it.
I removed node and npm following the instructions in this link.
Then, I installed their older versions (10.x and 6.x) following the instructions in this link.