Skip to content
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

Open
iamnathanwindsor opened this issue Jan 4, 2025 · 4 comments

Comments

@iamnathanwindsor
Copy link

iamnathanwindsor commented Jan 4, 2025

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 the connect-multi-chain template in create-cosmos-app.

Steps to Reproduce

  1. Install create-cosmos-app globally:

    npm install -g create-cosmos-app
  2. Create a new app with the multi-chain template:

    create-cosmos-app my-cosmos-project
    # Select 'connect-multi-chain' template when prompted
  3. The installation fails during dependency resolution with the following error:

    ➤ YN0035: │ @hexxagon/feather.js@npm:1.0.11: Package not found
    ➤ YN0035: │ Response Code: 404 (Not Found)
    ➤ YN0035: │ Request Method: GET
    ➤ YN0035: │ Request URL: https://registry.yarnpkg.com/@hexxagon/feather.js/-/feather.js-1.0.11.tgz
    

Expected Behavior

  • Dependencies should install successfully
  • Galaxy Station extension should be usable in the project

Actual Behavior

  • Installation fails due to 404 error for missing package
  • Galaxy Station extension cannot be used
  • Project setup cannot be completed

Environment

  • Node.js version: [e.g. 16.x or 18.x]
  • Yarn version: 4.3.0
  • OS: [macOS/Linux/Windows]

Relevant Dependencies

Requested Solution

Please implement one of the following solutions:

  1. Remove or replace the @hexxagon/[email protected] dependency in @cosmos-kit/galaxy-station-extension
  2. If available, document upgrade path to a newer version that doesn't require this package

Current Workarounds

  • Remove Galaxy Station extension if not needed
  • Fork and patch the extension locally (not recommended for production)

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!

@SrikanthSoparla
Copy link

Hi team,

I'm also experiencing this issue, and I wanted to provide additional details to help debug:

Setup Details

  • cosmos-kit Version: "^2.8.6",
  • Node.js Version: v22.0.0
  • Other Dependencies:
    • "next": "^15.0.3",
    • "react": "18.2.0",

Observed Behavior
error Couldn't find package "@hexxagon/feather.js@^1.0.9-beta.8" required by "@cosmos-kit/galaxy-station-extension@^2.13.1" on the "npm" registry. info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Let me know if you need any additional information or access to a reproducible demo!
Thanks for your support!

@fmorency
Copy link
Contributor

fmorency commented Jan 6, 2025

Same here.

It appears the package was removed from GitHub & the NPM registry.

fmorency added a commit to fmorency/manifest-app that referenced this issue Jan 6, 2025
fmorency added a commit to liftedinit/manifest-app that referenced this issue Jan 6, 2025
@pyramation
Copy link
Collaborator

@fmorency
Copy link
Contributor

fmorency commented Jan 9, 2025

I confirm it has been fixed. I believe we can close this issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants