-
Notifications
You must be signed in to change notification settings - Fork 3
Description
C:>cd projectfbsample
C:\ProjectFBSample>npm install
firebird@0.0.15 install C:\ProjectFBSample\node_modules\firebird
node-gyp rebuild
C:\ProjectFBSample\node_modules\firebird>if not defined npm_config_node_gyp (node "C:\Program Files (x86)\nodejs\node_modules\npm\bi
n\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
fb-bindings.cc
fb-bindings-blob.cc
fb-bindings-fbresult.cc
fb-bindings-connection.cc
fb-bindings-eventblock.cc
fb-bindings-fbeventemitter.cc
fb-bindings-statement.cc
win_delay_load_hook.cc
Creating library C:\ProjectFBSample\node_modules\firebird\build\Release\binding.lib and object C:\ProjectFBSample\node_modules
\firebird\build\Release\binding.exp
Generating code
Finished generating code
binding.vcxproj -> C:\ProjectFBSample\node_modules\firebird\build\Release\binding.node
binding.vcxproj -> C:\ProjectFBSample\node_modules\firebird\build\Release\binding.pdb (Full PDB)
node-fb-sample@0.0.2 C:\ProjectFBSample
+-- body-parser@1.16.0
| +-- bytes@2.4.0
| +-- content-type@1.0.2
| +-- debug@2.6.0
| | -- ms@0.7.2 | +-- depd@1.1.0 | +-- http-errors@1.5.1 | | +-- inherits@2.0.3 | | +-- setprototypeof@1.0.2 | | -- statuses@1.3.1
| +-- iconv-lite@0.4.15
| +-- on-finished@2.3.0
| | -- ee-first@1.1.1 | +-- qs@6.2.1 | +-- raw-body@2.2.0 | | -- unpipe@1.0.0
| -- type-is@1.6.14 | +-- media-typer@0.3.0 | -- mime-types@2.1.14
| -- mime-db@1.26.0 +-- express@4.14.0 | +-- accepts@1.3.3 | | -- negotiator@0.6.1
| +-- array-flatten@1.1.1
| +-- content-disposition@0.5.1
| +-- cookie@0.3.1
| +-- cookie-signature@1.0.6
| +-- debug@2.2.0
| | -- ms@0.7.1 | +-- encodeurl@1.0.1 | +-- escape-html@1.0.3 | +-- etag@1.7.0 | +-- finalhandler@0.5.0 | | -- debug@2.2.0
| | -- ms@0.7.1 | +-- fresh@0.3.0 | +-- merge-descriptors@1.0.1 | +-- methods@1.1.2 | +-- parseurl@1.3.1 | +-- path-to-regexp@0.1.7 | +-- proxy-addr@1.1.3 | | +-- forwarded@0.1.0 | | -- ipaddr.js@1.2.0
| +-- qs@6.2.0
| +-- range-parser@1.2.0
| +-- send@0.14.1
| | +-- debug@2.2.0
| | +-- destroy@1.0.4
| | +-- mime@1.3.4
| | -- ms@0.7.1 | +-- serve-static@1.11.1 | +-- utils-merge@1.0.0 | -- vary@1.1.0
-- firebird@0.0.15 -- nan@2.5.0
npm WARN node-fb-sample@0.0.2 No license field.
C:\ProjectFBSample>node server
module.js:598
return process.dlopen(module, path._makeLong(filename));
^
Error: The specified module could not be found.
\?\C:\ProjectFBSample\node_modules\firebird\build\Release\binding.node
at Object.Module._extensions..node (module.js:598:18)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object. (C:\ProjectFBSample\node_modules\firebird\firebird.js:1:77)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
C:\ProjectFBSample>
C:\ProjectFBSample>