Do you have any plans to update this? It doesn't run on any recent version of Node.js and even when I tried running it on Node.js 4.9.1 (the LTS version that was available when you wrote it), I get an error saying:
> debitpay-nodejs@1.0.0 start /home/node
> cross-env NODE_ENV=production node index.js
module.js:327
throw err;
^
Error: Cannot find module '/home/node/index.js'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Function.Module.runMain (module.js:441:10)
at startup (node.js:140:18)
at node.js:1043:3
npm ERR! Linux 4.4.302+
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v4.9.1
npm ERR! npm v2.15.11
npm ERR! code ELIFECYCLE
npm ERR! debitpay-nodejs@1.0.0 start: `cross-env NODE_ENV=production node index.js`
npm ERR! Exit status 1
�
npm ERR! Failed at the debitpay-nodejs@1.0.0 start script 'cross-env NODE_ENV=production node index.js'.
npm ERR! This is most likely a problem with the debitpay-nodejs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cross-env NODE_ENV=production node index.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs debitpay-nodejs
npm ERR! Or if that isn't available, you can get their info via:
�
npm ERR! npm owner ls debitpay-nodejs
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/node/npm-debug.log
This is further than I get on Node.js 23.11 (the latest available) or 22.14 (the current Active LTS build). On those I simply get Error: Cannot find module '/home/node/index.js'.
As an aside, I'm running this in Docker on a Synology NAS just in case that information is helpful at all.
Do you have any plans to update this? It doesn't run on any recent version of Node.js and even when I tried running it on Node.js 4.9.1 (the LTS version that was available when you wrote it), I get an error saying:
This is further than I get on Node.js 23.11 (the latest available) or 22.14 (the current Active LTS build). On those I simply get
Error: Cannot find module '/home/node/index.js'.As an aside, I'm running this in Docker on a Synology NAS just in case that information is helpful at all.