ssbc / scuttle-shell

A system tray app for running Secure Scuttlebutt and providing sbot features to your local system
54 stars 10 forks source link

macOS homebrew install file #25

Open cryptix opened 5 years ago

cryptix commented 5 years ago

Wanted to supply an easier install method can't get past this point:

npm verb argv "/usr/local/Cellar/node@10/10.15.0/bin/node" "/usr/local/opt/node/libexec/bin/npm" "install" "-ddd" "--global" "--build-from-source" "--cache=/Users/cryptix/Library/Caches/Homebrew/npm_cache" "--prefix=/usr/local/Cellar/scuttleshell/1.0.0/libexec" "/private/tmp/scuttleshell-20190202-12673-17x1n5d/package/scuttle-shell-1.0.0.tgz"
npm verb node v10.15.0
npm verb npm  v6.5.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sodium-native@2.2.5 install: `node-gyp-build "node preinstall.js" "node postinstall.js"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sodium-native@2.2.5 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm verb exit [ 1, true ]
npm timing npm Completed in 36888ms

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/cryptix/Library/Caches/Homebrew/npm_cache/_logs/2019-02-02T10_57_45_802Z-debug.log

Is node-gyp-build a npm dependency or a 3rd party tool?

TODO:

stale[bot] commented 5 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

christianbundy commented 4 years ago

FWIW: https://github.com/prebuild/node-gyp-build

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?