We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
and get:
And the code in line 90 of bindings/bindings.js
The text was updated successfully, but these errors were encountered: