hcavarsan / kftray

A cross-platform system tray application for managing multiple kubectl port-forward commands, with support for UDP and proxy connections through k8s clusters
https://kftray.app/
MIT License
666 stars 70 forks source link

Not possible to install in macOS with Homebrew #258

Open vistiyos opened 1 month ago

vistiyos commented 1 month ago

Describe the bug Currently is not possible to install in macOS Sonoma 14.5

To Reproduce Steps to reproduce the behavior:

  1. Try to execute brew install --HEAD kftray command
  2. Got this error:
    ==> Fetching hcavarsan/kftray/kftray
    ==> Cloning https://github.com/hcavarsan/kftray.git
    Cloning into '/Users/redacted/Library/Caches/Homebrew/kftray--git'...
    ==> Checking out branch main
    Already on 'main'
    Your branch is up to date with 'origin/main'.
    ==> Installing kftray from hcavarsan/kftray
    Error: An exception occurred within a child process:
    RuntimeError: npm failed to pack /private/tmp/kftray-20240613-50830-46tzte

Expected behavior I expected that the installation succeed

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

hcavarsan commented 1 month ago

@vistiyos fixed

can you check if it's ok now?