Skip to content

runkit sandbox not working #38

Description

@pashute

The main node-julia Readme.md sends us to a Runkit + npm sandbox where we can try it out live

But the site doesn't work.

I write

julia = require('node-julia');
var a = julia.eval('[ 1 2 3 ; 3 4 1; 8 2 9]');
var b = julia.eval("[1 1 1]'");
var c = julia.exec('\\',a,b);

and get:

Error: Could not locate the bindings file. Tried:
 → /app/available_modules/1508746384000/node-julia/build/nj.node
 → /app/available_modules/1508746384000/node-julia/build/Debug/nj.node
 → /app/available_modules/1508746384000/node-julia/build/Release/nj.node
 → /app/available_modules/1508746384000/node-julia/out/Debug/nj.node
 → /app/available_modules/1508746384000/node-julia/Debug/nj.node
 → /app/available_modules/1508746384000/node-julia/out/Release/nj.node
 → /app/available_modules/1508746384000/node-julia/Release/nj.node
 → /app/available_modules/1508746384000/node-julia/build/default/nj.node
 → /app/available_modules/1508746384000/node-julia/compiled/6.11.2/linux/x64/nj.node
at bindings in bindings/bindings.js — line 93

And the code in line 90 of bindings/bindings.js

    }
}
err = new Error('Could not locate the bindings file. Tried:\n'

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions