bmino / binance-triangle-arbitrage

Detect in-market cryptocurrency arbitrage
MIT License
1.06k stars 337 forks source link

Module Not Found Error #169

Open karanmahal47 opened 3 years ago

karanmahal47 commented 3 years ago

Hey,

I've been running into a module not found error, how do i go about fixing it?

binance-triangle-arbitrage@6.2.0 start /Users/Manny/binance-triangle-arbitrage node src/main/Main.js

internal/modules/cjs/loader.js:905 throw err; ^

Error: Cannot find module '../../config/config' Require stack:

npm ERR! A complete log of this run can be found in: npm ERR! /Users/Manny/.npm/_logs/2021-07-14T20_03_44_320Z-debug.log

bmino commented 3 years ago

Hey! I'd recommend you read the project README first to get a feel for what is required to setup the project initially. You are missing the config file as described here:

image