ratanakvlun / node-odbc

ODBC bindings for Node.js
ISC License
5 stars 3 forks source link

Problems compiling library #5

Open gravitycode opened 5 years ago

gravitycode commented 5 years ago

Hi, im having problems compiling the library. I'm investigating it but I can not fix it.

This is the output:

2195 warn ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself. 2196 verbose stack Error: @ratanakvlun/node-odbc@2.0.5 install:node-pre-gyp install --fallback-to-build 2196 verbose stack Exit status 1 2196 verbose stack at EventEmitter.<anonymous> (/Users/xxx/.nvm/versions/node/v8.11.3/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16) 2196 verbose stack at emitTwo (events.js:126:13) 2196 verbose stack at EventEmitter.emit (events.js:214:7) 2196 verbose stack at ChildProcess.<anonymous> (/Users/xxx/.nvm/versions/node/v8.11.3/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 2196 verbose stack at emitTwo (events.js:126:13) 2196 verbose stack at ChildProcess.emit (events.js:214:7) 2196 verbose stack at maybeClose (internal/child_process.js:925:16) 2196 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5) 2197 verbose pkgid @ratanakvlun/node-odbc@2.0.5 2198 verbose cwd /private/tmp/sequelize-odbc-mssql 2199 verbose Darwin 18.2.0 2200 verbose argv "/Users/xxx/.nvm/versions/node/v8.11.3/bin/node" "/Users/xxx/.nvm/versions/node/v8.11.3/bin/npm" "install" "--verbose" 2201 verbose node v8.11.3 2202 verbose npm v6.4.1 2203 error code ELIFECYCLE 2204 error errno 1 2205 error @ratanakvlun/node-odbc@2.0.5 install:node-pre-gyp install --fallback-to-build 2205 error Exit status 1 2206 error Failed at the @ratanakvlun/node-odbc@2.0.5 install script. 2206 error This is probably not a problem with npm. There is likely additional logging output above. 2207 verbose exit [ 1, true ]