Closed sanak closed 4 years ago
From above error log, I installed additional 2 packages (libsodium
and automake
),
then installation was succeeded.
$ brew update
$ brew install libsodium automake
Just FYI
Thank you for this report. sodium-native@2.4.6
as was directly referenced in notification-server
and didn't supply a pre-built binary for node@13
. with the 2.4.9
release the built was created. I removed the - counterproductive - dependency from notification-server
in https://github.com/consento-org/notification-server/commit/acc23712e1f14034844456d3f930411dd1e45fe4 , published it as 0.0.19, updated the running version on https://notify.consento.org and sent the PR #77 which uses the new notification-server and has a new sodium-native version as consequence in the package-lock.json
.
When I tried to execute
npm install
on my macOS (with brew) environment, I encountered the following error.