Christoph H. Larsen
Christoph H. Larsen
I am very sorry to hear this, and hope you and your dear ones will be able to pick up the pieces and be happy again. My warmest condolences. On...
Same here. I guess the versions required in yarn.lock are out of date.
Alas, this does not seem to do the trick. Tried a completely new install, tried both "yarn install" and "yarn" individually and in different order, yet no luck. Here is...
Thank you again, @T1CkShot. I now get: ```` $ yarn start yarn run v1.22.22 $ node --no-deprecation ./src/index.js && node --no-deprecation ./src/bot/index.js /home/chris/solana-jupiter-bot/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53 throw ex; ^ TypeError: Class extends value...
Node v. 16 is too outdated, and yarn fails completely. Node v. 18 installs OK, with downgraded rpc-websockets. However the error reported by myself before is still the same.
Thank you @T1CkShot! Here is what I did: I installed nodejs v18, which is routinely distributed with Debian bookworm: ```` apt install nodejs ```` Next I installed yarn: ```` curl...
I added 14k ARB (token address: 4FKVLyhBAeLEvjZfWPfV4hqWAPkpjn94cRqi3raY3hy9) to my wallet, but the same error reappears, whenever I run 'yarn start': ```` You are not ARB ready! You need to hold...
Thank you, the ARB issue has been sorted, the bot configured for a test run with ping pong trade, INF/USDC, 30 BPS slippage to avoid slippage errors for now, but...