noopkat / avrgirl-arduino

:girl: :pager: A NodeJS library for flashing compiled sketch files to Arduino microcontroller boards.
MIT License
506 stars 129 forks source link

Tried to download(404): node-serialport #156

Closed MeyerLeo closed 5 years ago

MeyerLeo commented 6 years ago

Issue Template

Error on install this module.

Description

Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v59-win32-x64.tar.gz

Expected behaviour

What behaviour did you expect did occur?

Actual behaviour

What unexpected behaviour occurred?

Operating system and version

Please provide version on the operating system etc. used.

Windows (pre version 7)

C:\> ver

Windows (Version 7 and newer)

C:\> systeminfo | findstr /B /C:"OS Name" /C:"OS Version"

Linux and Unix based systems

$ uname -a

For information on the specific distribution. Please consult your distribution documentation.

Avrgirl Arduino version

Please provide version on the Avrgirl Arduino version used

If working in a fork of the GitHub project, obtain this information post installation using:

$ npm list | grep avrgirl-arduino

If you are working on code, which has diverged from the lastest release, please mention this.

NodeJS version

Please provide version on the Node version used.

$ node --version

Arduino Board being used

Please provide version/model on the Arduino board being used.

_A full List of boards and processor names are available on Wikipedia._

Log output, if available

Please add any log output, which can be used to describe the issue or circumstances surrounding the issues.

Step by step guide to reproducing the issue

If possible a code snipppet to demonstrate the issue or a throught step by step description of how to get reproduce the error.

noopkat commented 6 years ago

Hi there, thanks for opening this issue. This is not a bug related to avrgirl-arduino, rather a bug on node-serialport. Could you kindly open an issue on their repository? Thanks!

ajfisher commented 6 years ago

@noopkat I've just run into this on a couple of my repos as well. Seems like SerialPort 4 hasn't been ported to Node 10 and newer MacOS as well.

I've done a quick POC on avrgirl-arduino and if you switch out serialport for v6 it appears to work okay. Do you want me to raise that change as a PR?

noopkat commented 5 years ago

this issue is now both stale and additionally we're now in serialport 8 so we should be good to close this 😄