How do I avoid that "prebuild-file-path
# 💻|contributing
b
How do I avoid that "prebuild-file-path" line that's always console logged when running a dev build of Garden?
p
You need to bump
@homebridge/node-pty-prebuilt-multiarch
to 0.11.11 https://github.com/homebridge/node-pty-prebuilt-multiarch/pull/33#issuecomment-1809379590 That does need a small additional change in the
build-pkg
script to adjust the path and checksums
b
So I need to bump it on my end?
p
We need to bump it in the project. We just haven't gotten around to that yet
b
Aha ok, gotcha
b
We remove that console.log in the rollup.config.js btw, that's why it's not happening in production builds: https://github.com/garden-io/garden/blob/main/rollup.config.js#L32 So that can be removed after the update too.