You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Much like another issue that was reported, I'm running into the same error. Except I have all of those libraries installed.
❯ vivify-serverdyld[41256]: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicui18n.74.dylib Referenced from: <1F01E865-53ED-380F-A23E-035F98E4F6A2> /opt/homebrew/Cellar/vivify/0.6.0/bin/vivify-server Reason: tried: '/opt/homebrew/opt/icu4c/lib/libicui18n.74.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/icu4c/lib/libicui18n.74.dylib' (no such file), '/opt/homebrew/opt/icu4c/lib/libicui18n.74.dylib' (no such file)
❯ brew install brotli c-ares icu4c libuvWarning: brotli 1.1.0 is already installed and up-to-date.To reinstall 1.1.0, run: brew reinstall brotliWarning: c-ares 1.34.2 is already installed and up-to-date.To reinstall 1.34.2, run: brew reinstall c-aresWarning: icu4c@75 75.1 is already installed and up-to-date.To reinstall 75.1, run: brew reinstall icu4c@75Warning: libuv 1.49.2 is already installed and up-to-date.To reinstall 1.49.2, run: brew reinstall libuv
To Reproduce
Context
My operating system is: 15.2 Beta (24C5057p)
Running viv --version outputs:
The version installed is 0.6.0
❯ brew info jannis-baum/tap/vivify==> jannis-baum/tap/vivify: stable 0.6.0Bring your Markdown to lifehttps://github.com/jannis-baum/VivifyInstalled/opt/homebrew/Cellar/vivify/0.6.0 (5 files, 58MB) * Built from source on 2024-10-31 at 16:34:58From: https://github.com/jannis-baum/homebrew-tap/blob/HEAD/Formula/vivify.rbLicense: GPL-3.0==> DependenciesRequired: libuv ✔, brotli ✔, c-ares ✔, icu4c ✔
❯ viv --versionFatal: "/opt/homebrew/bin/vivify-server" crashed.Please use the link below to submit a bug report.The bug report template will help you provide the necessary information andmaybe even find a solution yourself.https://github.com/jannis-baum/Vivify/issues/new?labels=type%3Abug&template=bug-report.md/opt/homebrew/bin/viv: line 97: 40810 Abort trap: 6 nohup "$vivify_server" "$@" > "$output" 2> /dev/null
I installed Vivify in the following way (e.g. name of the package manager, self-compiled or development mode):
Homebrew
The text was updated successfully, but these errors were encountered:
Hello! Looks like this happened because of the Sequoia update and only affected new installs. 0.6.1 is being released now to fix it, will let you know in a second when it's on Homebrew
❯ vivify-server(node:65814) ExperimentalWarning: Single executable application is an experimental feature and might change at any time(Use `vivify-server --trace-warnings ...` to show where the warning was created)STARTUP COMPLETE
Description
Much like another issue that was reported, I'm running into the same error. Except I have all of those libraries installed.
To Reproduce
Context
Homebrew
The text was updated successfully, but these errors were encountered: