node-sodium build error on Mojave
See original GitHub issueI see node-appletv
is on sodium@2
. I’m having trouble building this on MacOS Mojave, but no problem with sodium@3
. Perhaps it’s time to upgrade?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:12 (2 by maintainers)
Top Results From Across the Web
Error when installing Now-CLI Components (Mac OS Mojave)
Hi all, Further to this community post , i'm getting errors when trying to install the Now Experience CLI on my Mac (Mojave)....
Read more >Debugging "Make Failed with Exit Code 2" Error - CodeForGeek
The “Make Failed with Exit Code 2” error occurs during the node modules installation. We see lots of stack trace including the one...
Read more >Ionic start give me an error in MacOS Mojave - Stack Overflow
Operating system: MacOS Mojave 10.14.2. ionic: 4.10.3 node: 10.15.2 npm: 6.4.1. When I am trying to create a new project the ionic or...
Read more >@vault_h4x/sodium - npm
node-sodium depends on libsodium, so if libsodium does not compile on your platform ... If you see an error similar to the following:...
Read more >Steps to solve Node.js — NPM — Installation Issue in Mac OS ...
js — NPM — Installation Issue in Mac OS Mojave. Here is the list of steps i have done to finally compile my...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@twentyNoise If you want to build your own version take a look at the
develop
branch of my fork. This is built with sodium 3.0.2 and mdns 2.4.0. All seems to work fine for on macOS 10.14.2 and I’ve also built it on top of a node 11.6 docker image running on my Synology NAS. I’m doing a bit more testing and then I was going to send @edc1591 a pull request to see if he will update the main repo. You will need to install the following Homebrew packages to build it on macOS:$ brew install libtool autoconf automake
Fixed in 1.0.11