Matthew Perkins
Matthew Perkins
It seems like you could program this on your end @edu791 by handling the errors from the connection and the queries. If the query fails then attempt to reconnect. If...
I was having an issue with PM2 5.1.2 on CentOS servers as well. I was able to finally get this to work by adding `interpreter: "babel-node"` to the ecosystem.config.js file...
Add some logging to the node_modules/word2vec/lib/model.js file and you might find some answers. My issue was that I was trying to load a .json file. The init function has a...
Thanks for the info. I installed from npm and my model.js file didn't have a default case which I assumed might occur with others. My package.json file shows version 1.1.5....