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
First I homebrew uninstalled QT and checked the symlinks were gone from /use/local/bin/
Then, for npm install brig:
$ npm install brig
...
> qt-darwin@0.0.4 install /path/to/brig-example-app/node_modules/qt-darwin
> tar -zxf library.node && rm -fr library.node
> brig@0.1.17 install /path/to/brig-example-app/node_modules/brig
> node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! Tried to download(404): https://github.com/cfsghost/brig/releases/download/0.1.17/node-v59-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for brig@0.1.17 and node@9.3.0 (node-v59 ABI) (falling back to source compile with node-gyp)
tools/mac-config.sh: line 45: qmake: command not found
gyp: Call to 'tools/mac-config.sh --internal' returned exit status 0 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error
So whatever it was doing with qt-darwin, didn't put qmake in the path :(
The text was updated successfully, but these errors were encountered:
First I homebrew uninstalled QT and checked the symlinks were gone from /use/local/bin/
Then, for
npm install brig
:So whatever it was doing with qt-darwin, didn't put qmake in the path :(
The text was updated successfully, but these errors were encountered: