Skip to content

Binary Dep Failure: audiovideo #539

Description

@johnnyman727

I'm attempting to deploy node-audiovideo to Tessel 2.

It won't build on OSX because one of the deps (node-jpeg) doesn't yet support Node 4.

I continue to install it with npm install audiovideo --force and used this script:

var av = require('audiovideo');
var fs = require('fs');

av.acquireCamera(function (err, camera) {
    camera.captureShot('jpeg').pipe(fs.createWriteStream('out.jpg'));
});

I get this error when I try to run it:

➜  av-test  t2 run index.js
INFO Looking for your Tessel...
INFO Connected to Tessel-02A34F96769C.
INFO Building project.
ERR! Error: ENOENT: no such file or directory, stat '/Users/Jon/.tessel/binaries/audiovideo-1.1.4-Release/Release/capture.node'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions