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
Error: Cannot find module 'ilp-plugin-xrp-escrow'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object. (/homel/DemoILP/Ripple/ilp-plugin-xrp-escrow-master/ilp-plugin-xrp-escrow.js:1:87)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
The text was updated successfully, but these errors were encountered:
Since you seem to be running your script from inside the ilp-plugin-xrp-escrow-master folder, you should use require('.') where you would usually use require('ilp-plugin-xrp-escrow'). Alternatively, run npm install ilp-plugin-xrp-escrow from your terminal, which will download the module from npmjs.com and install it under ./node_modules.
Error: Cannot find module 'ilp-plugin-xrp-escrow'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object. (/homel/DemoILP/Ripple/ilp-plugin-xrp-escrow-master/ilp-plugin-xrp-escrow.js:1:87)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
The text was updated successfully, but these errors were encountered: