NodeJS for Max and NPM SQLite3 Error
I am having way too much with NodeJS 4 Max at the moment. Its such an empowering and fun addition to the Max environment.
My current project is needing some Database solution and after considering MongoDB, I have got the npm install of SQLite3 running. It all seems to be working as expected with simple INSERT and SELECT queries, however the node.script debug console is displaying the following error.
"node-pre-gyp info This Node instance does not support builds for N-API Version 6"
Any thoughts on what is going on, how I could remove this error or is it indicative of impending pain.
Thanks,
As an update to this for future readers. The above error appears with each startup of the NodeJS environment in Max, but does not appear to cause any issues whatsoever.
Further to this issue: I have learned that this error was related to the npm version of sqlite3 and can be resolved with a new version.