node-lapack
node-lapack copied to clipboard
Install failing for node V9.11.1 on ubuntu?
I'm using node V9.11.1 and am using ubuntu with lapack and libblas installed using
sudo apt-get install libblas-dev liblapack-dev
I see the error below, which looks like a Nan error, probably due to changes in Nan. So at any rate, I can't yet install the tool.
../src/ffi.cc:40:54: warning: ‘Nan::Maybe
Not sure if it would help to use n-api (looks like you are using ffi) https://www.nearform.com/blog/the-future-of-native-modules-in-node-js/ .