Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.
This repository was archived by the owner on May 6, 2026. It is now read-only.

Issue installing from brew #12

@teajaymars

Description

@teajaymars
~/code ⌚ 17:50:04
$ brew tap render-oss/render


~/code ⌚ 17:50:09
$ brew install render

==> Downloading https://formulae.brew.sh/api/formula.jws.json
############################################################################################################################################################################################################################ 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
############################################################################################################################################################################################################################ 100.0%
==> Fetching render-oss/render/render
==> Cloning https://github.com/render-oss/render-cli.git
Updating /Users/zephod/Library/Caches/Homebrew/render--git
==> Checking out tag v0.1.8
HEAD is now at 7ae178b Merge pull request #61 from render-oss/robdimarco/update-dependencies-lock-file
HEAD is now at 7ae178b Merge pull request #61 from render-oss/robdimarco/update-dependencies-lock-file
==> Installing render from render-oss/render
==> make build-completions
Last 15 lines from /Users/zephod/Library/Logs/Homebrew/render/01.make:
                --allow-net \
                --allow-read \
                --allow-run \
                --allow-write \
                --allow-env \
                --target=aarch64-apple-darwin \
                --output=./bin/render \
                ./entry-point.ts
Check file:///private/tmp/render-20231013-79670-1trne6m/entry-point.ts
error: TS2339 [ERROR]: Property 'connection' does not exist on type 'WebSocketStream'.
          conn = await stream.connection;
                              ~~~~~~~~~~
    at file:///private/tmp/render-20231013-79670-1trne6m/commands/services/tail.ts:62:31
make[1]: *** [build-macos-aarch64] Error 1
make: *** [build-local] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
  https://github.com/render-oss/homebrew-render/issues

I've just reinstalled homebrew using the Mac package installer (on M1 Max, Mac OS Sonoma 14.0), and am trying to set up my favourite CLI utilities.

Deno appears to be installed OK:

~/code ⌚ 17:52:49
$ which deno
/opt/homebrew/bin/deno

~/code ⌚ 17:52:55
$ deno --version
deno 1.37.2 (release, aarch64-apple-darwin)
v8 11.8.172.13
typescript 5.2.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions