You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to setup ILP with docker.
However, a version difference error on node.js was displayed.
Details are below.
ilp-kit | was compiled against a different Node.js version using
ilp-kit | NODE_MODULE_VERSION 51. This version of Node.js requires
ilp-kit | NODE_MODULE_VERSION 57. Please try re-compiling or re-installing
ilp-kit | the module (for instance, using npm rebuild or npm install).
ilp-kit | at Object.Module._extensions..node (module.js:664:18)
ilp-kit | at Module.load (module.js:554:32)
ilp-kit | at tryModuleLoad (module.js:497:12)
Please explain those who know about this event.
The text was updated successfully, but these errors were encountered:
@sharafian Thank you comments. I would like to try a remittance test between ripple and proprietary virtual currency using ILP. What should I do to test in a simpler way?
I attempted to setup ILP with docker.
However, a version difference error on node.js was displayed.
Details are below.
ilp-kit | was compiled against a different Node.js version using
ilp-kit | NODE_MODULE_VERSION 51. This version of Node.js requires
ilp-kit | NODE_MODULE_VERSION 57. Please try re-compiling or re-installing
ilp-kit | the module (for instance, using
npm rebuild
ornpm install
).ilp-kit | at Object.Module._extensions..node (module.js:664:18)
ilp-kit | at Module.load (module.js:554:32)
ilp-kit | at tryModuleLoad (module.js:497:12)
Please explain those who know about this event.
The text was updated successfully, but these errors were encountered: