raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.42k stars 3.12k forks source link

[Brew]...Cannot Install using Brew Command #15222

Open hs094 opened 3 weeks ago

hs094 commented 3 weeks ago

Extension

https://raycast.com/nhojb/brew

Raycast Version

1.84.11

macOS Version

15.0.1

Description

Error:

Error: Command failed: /bin/brew info --json=v2 --installed
/bin/sh: /bin/brew: No such file or directory

    at genericNodeError (node:internal/errors:984:15)
    at wrappedFn (node:internal/errors:538:14)
    at ChildProcess.exithandler (node:child_process:422:12)
    at ChildProcess.emit (node:events:519:28)
    at ChildProcess.emit (node:domain:488:12)
    at maybeClose (node:internal/child_process:1105:16)
    at Socket.<anonymous> (node:internal/child_process:457:11)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:488:12)
    at Pipe.<anonymous> (node:net:338:12)

Steps To Reproduce

Try Installing any package after searching in brew package.

Current Behaviour

Cannot Install.

Expected Behaviour

Can Install the Package in the Home brew directory.

raycastbot commented 3 weeks ago

Thank you for opening this issue!

🔔 @nhojb @Aayush9029 @mathieudutour @urwrstkn8mare @ashokbaruaakas @MillerApps @pernielsentikaer @jfkisafk @vpukhanov @j3lte you might want to have a look.

💡 Author and Contributors commands The author and contributors of `nhojb/brew` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot close as not planned` Closes the issue as not planned. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
nhojb commented 3 weeks ago

It looks you don't have brew installed - it's not included in the extension.

Visit https://brew.sh/ and follow the instructions to install brew, then you should be good to go.