node-rdb-tools icon indicating copy to clipboard operation
node-rdb-tools copied to clipboard

fails to build on 10.13.2

Open LauraKirby opened this issue 7 years ago • 1 comments

Node modules need to be updated to take into account a bug fix in node-gyp. Node modulelzf depends on it. When looking into lzf, the readme url (https://github.com/Sonetica/node-lzf#readme) listed within node_modules/lzf/package.json lead to a 404.

npm i rdb-tools

> [email protected] install /Users/laura/Desktop/redis-db-test/node_modules/int64-native
> node-gyp configure && node-gyp build

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

  CXX(target) Release/obj.target/Int64/src/main.o
In file included from ../src/main.cc:8:
../src/Int64.h:10:22: error: expected class name
class Int64 : public ObjectWrap {

LauraKirby avatar Mar 22 '18 23:03 LauraKirby

Pull requests welcome! :-)

codeaholics avatar Mar 23 '18 13:03 codeaholics