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

Pre-compiled module is missing: @serialport/bindings@9.0.0. Warning when running 't2 run' on Mac #1743

Open
ryee98 opened this issue Jun 1, 2020 · 2 comments

Comments

@ryee98
Copy link

ryee98 commented Jun 1, 2020

WARN Pre-compiled module is missing: @serialport/bindings@9.0.0.
WARN Please file an issue at https://github.com/tessel/t2-cli/issues/new with this warning.
WARN
WARN This warning might be caused by one of the following:
WARN
WARN 1. A pre-compiled binary has not yet been built for this module.
WARN 2. The binary didn't compile correctly for the platform that you're developing on.
WARN Binaries that are Linux-only or even OpenWRT-specific may cause this issue.
WARN Try to npm install --force the affected module, then rerun your deployment command.
WARN 3. The binary may be platform specific and impossible to compile for OpenWRT.
WARN Pre-compiled module is missing: @serialport/bindings@8.0.8.
WARN Please file an issue at https://github.com/tessel/t2-cli/issues/new with this warning.
WARN
WARN This warning might be caused by one of the following:
WARN
WARN 1. A pre-compiled binary has not yet been built for this module.
WARN 2. The binary didn't compile correctly for the platform that you're developing on.
WARN Binaries that are Linux-only or even OpenWRT-specific may cause this issue.
WARN Try to npm install --force the affected module, then rerun your deployment command.
WARN 3. The binary may be platform specific and impossible to compile for OpenWRT.

This is happeining on a Mac with macOS Catalina 10.15.4

@pddivine
Copy link

pddivine commented Jun 20, 2020

I'm getting the same thing

INFO Looking for your Tessel...
INFO Connected to Tessel-02A3411256B3.
INFO Building project.
WARN Pre-compiled module is missing: @serialport/bindings@8.0.8.
WARN Please file an issue at https://github.com/tessel/t2-cli/issues/new with this warning.
WARN 
WARN This warning might be caused by one of the following:
WARN 
WARN 1. A pre-compiled binary has not yet been built for this module.
WARN 2. The binary didn't compile correctly for the platform that you're developing on.
WARN    Binaries that are Linux-only or even OpenWRT-specific may cause this issue.
WARN    Try to npm install --force the affected module, then rerun your deployment command.
WARN 3. The binary may be platform specific and impossible to compile for OpenWRT.
INFO Writing project to RAM on Tessel-02A3411256B3 (2.56 kB)...

macOS Catalina Version 10.15.5

@alex-engelmann
Copy link

I get this error all the time in t2-cli on Windows and ignore it. My understanding is it’s looking for a Linux module and disappointed to not find it on our machines. It’s harmless though, just a warning.

The developers probably only run Linux haha

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

3 participants