-
Notifications
You must be signed in to change notification settings - Fork 142
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
Galaxy Station extension depends on missing @hexxagon/[email protected] (package no longer available) #526
Comments
Hi team, I'm also experiencing this issue, and I wanted to provide additional details to help debug: Setup Details
Observed Behavior Let me know if you need any additional information or access to a reproducible demo! |
Same here. It appears the package was removed from GitHub & the NPM registry. |
Workaround for cosmology-tech/cosmos-kit#526
Workaround for hyperweb-io/cosmos-kit#526
it's been fixed another workround here https://github.com/penumbra-zone/web/pull/1973/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R37 |
I confirm it has been fixed. I believe we can close this issue now. |
Missing Dependency: @hexxagon/[email protected] Breaks Galaxy Station Extension
Looks like it's in all templates.
Bug Description
The
@cosmos-kit/galaxy-station-extension
package has a dependency on@hexxagon/[email protected]
, which is no longer available on the npm registry. This causes installation failures for projects using the Galaxy Station extension, including those created with theconnect-multi-chain
template in create-cosmos-app.Steps to Reproduce
Install create-cosmos-app globally:
Create a new app with the multi-chain template:
create-cosmos-app my-cosmos-project # Select 'connect-multi-chain' template when prompted
The installation fails during dependency resolution with the following error:
Expected Behavior
Actual Behavior
Environment
Relevant Dependencies
@cosmos-kit/galaxy-station-extension
@hexxagon/[email protected]
(missing dependency)Requested Solution
Please implement one of the following solutions:
@hexxagon/[email protected]
dependency in@cosmos-kit/galaxy-station-extension
Current Workarounds
Additional Context
This issue affects all projects using the
connect-multi-chain
template and prevents new developers from getting started with Galaxy Station integration. A fix in the upstream package would be greatly appreciated.Thank you for maintaining Cosmos Kit. We love it!
The text was updated successfully, but these errors were encountered: