node.js - Error in Connecting Oracledb from node js -
c:\users\ramachandran.s>npm install oracledb
oracledb@1.2.0 install c:\users\ramachandran.s\node_modules\oracledb node-gyp rebuild
c:\users\ramachandran.s\node_modules\oracledb>node "c:\program files (x86)\node_ modules\npm\bin\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebui ld c:\users\ramachandran.s\node_modules\oracledb\build\binding.sln : error msb3411 : not load visual c++ component "vcbuild.exe". if component no t installed, either 1) install microsoft windows sdk windows server 200 8 , .net framework 3.5, or 2) install microsoft visual studio 2008.
what missing , please help
as says in error message, need install either windows sdk windows server 2008 or microsoft visual studio 2008. oracledb node.js package uses oracle oci libraries, , compiled when install package.
i run oracledb on linux , osx, i'm not sure, might want see if error message goes away after installing https://www.visualstudio.com/en-us/products/visual-studio-express-vs. it's free.
Comments
Post a Comment