-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use "yarn start"show error! #76
Comments
Same here. I guess the versions required in yarn.lock are out of date. |
Try |
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.
Any thoughts? Thank you! |
manually downgrade rpc-websockets package to 7.11.0 by setting it in the package json |
Thank you again, @T1CkShot. I now get:
Any ideas? A huge "Thank you!" |
Install whis Node 16 , and run whis Node 18 |
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. |
Oh sry install whis 18 and run whis 16 |
Try this, |
Thank you @T1CkShot!
Next I installed yarn:
I then run the following as non-privileged user:
Note: No downgrading of rpc-websocket seems to be required.
I get:
What looks like an error looks more like a feature, not a bug on a bigger screen, because there is a message hidden outside the bot's main screen, which says: "You are not ARB ready! You need to hold at least 10K in ARB in your trading wallet to use this bot." Oops, let me run down to the supermarket and get some ARB :-). I shall report back later! |
I added 14k ARB (token address: 4FKVLyhBAeLEvjZfWPfV4hqWAPkpjn94cRqi3raY3hy9) to my wallet, but the same error reappears, whenever I run 'yarn start':
Yet, I have 14k ARB in my wallet, plus SOL for gas fees, etc. |
delete line 217-240 from /src/utils/index.js |
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 I get:
INF and USDC are recognised by the wizard and selected via TUI dropdown. |
@snurfer0
}; module.exports = { |
Did you ever get it working? I started down this rabbit hole today and hit many of the same brick walls. |
This issue is stale because it has been open for 30 days with no activity. |
I use "yarn start",then show error:
\solana-jupiter-bot-main\node_modules\yoga-layout-prebuilt\yoga-layout\build\Release\nbind.js:53
throw ex;
^
Error: Cannot find module 'rpc-websockets/dist/lib/client'
but I use "yarn" init all package in my project,please help me!!!
The text was updated successfully, but these errors were encountered: