pull down to refresh
try running the curl installer again
reply
Thanks for the report, build tests missed this os/arch combination... the webrtc dep lists support but the binary is missing from npm
Pushing a fix now that will cleanly skip it, webrtc is only needed for some advanced performance metrics data, so you likely won't miss it...
New dashboard on the way so we'll revisit that in the next RPC version
Re-run the script, it'll try again with the workaround in place
I gave the installer a try today on an Apple Silicon Mac, mainly to see how smooth the setup is.
Environment:
LND installed successfully, but the Lightning.Pub install failed while installing the npm dependencies.
The relevant error seems to be
wrtc v0.4.7trying to download this prebuilt binary:wrtc/v0.4.7/Release/darwin-arm64.tar.gzwhich returns:
404 Not FoundSo npm exits while running:
node scripts/download-prebuilt.jsI also noticed that after the npm failure the installer tries to restore the previous installation, but outputs:
mv: rename to /Users/pavao/lightning_pub: No such file or directoryand:
Backup remnant at for manual review...which looks like the backup path variable may be empty in the fresh-install failure path.
I didn’t try to work around it with another Node version or compile
wrtcmanually — just wanted to report the out-of-the-box experience on macOS ARM64 in case it’s useful.Happy to paste the full install log if needed.