-
Notifications
You must be signed in to change notification settings - Fork 228
Add graph node install
command to install local dev node
#2041
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
Conversation
🦋 Changeset detectedLatest commit: 0e7b441 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Deploying graph-tooling with
|
Latest commit: |
0e7b441
|
Status: | ✅ Deploy successful! |
Preview URL: | https://a4fb4502.graph-tooling.pages.dev |
Branch Preview URL: | https://krishna-gnd.graph-tooling.pages.dev |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphprotocol/graph-cli |
0.98.0-alpha-20250923042050-0e7b441eb1c71d57661b0e94c897fc85e5174c0e |
npm ↗︎ unpkg ↗︎ |
@graphprotocol/graph-ts |
0.38.2-alpha-20250923042050-0e7b441eb1c71d57661b0e94c897fc85e5174c0e |
npm ↗︎ unpkg ↗︎ |
Doesn't seem to work on Debian: $ graph node install
Downloading v1.0-test [==============================] 100%
Extracting binary...
✅ Graph Node v1.0-test installed successfully
Binary location: /home/yaro/.local/bin/gnd
📋 Next steps:
Add /home/yaro/.local/bin to your PATH (if not already)
Run 'gnd' to start your local Graph Node development environment
$ ~/.local/bin/gnd
/home/yaro/.local/bin/gnd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/yaro/.local/bin/gnd)
/home/yaro/.local/bin/gnd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/yaro/.local/bin/gnd)
# yaro @ xops in ~ [13:44:46] C:1
$ uname -a
Linux xops 6.1.0-34-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.135-1 (2025-04-25) x86_64 GNU/Linux
Although maybe that's an out-of-date version I have here. |
Curious why do you want to deal with binaries if you could run the official docker image? |
@YaroShkvorets this is for |
@YaroShkvorets i'll look into the debian issue, it needs to be fixed the binaries are built in the latest linux causing issues. I will take a look, maybe need to use a bundled version of rust crates that use that c lib. |
3bf3708
to
3585cfc
Compare
032c7a3
to
aa55bbb
Compare
@YaroShkvorets could you take another look at this PR, I've also fixed the binary building workflow to use the right version of ubuntu so you dont get that GLIBC issue anymore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't seem like there are binaries in the graph-node
repo. How can I try to install it?
@YaroShkvorets you can set the GRAPH_NODE_GITHUB_OWNER=incrypto32 if you want to test out the binary, running of of my fork. We haven't released a new graph-node version yet so cant use the graphprotocol org |
No description provided.