Back to Browse

Setup Nodejs OracleDb module with simple steps

25.5K views
Aug 27, 2017
9:01

npm --add-python-to-path='true' --debug install --global windows-build-tools if installation process is taking longer than expected please verify the the installation log %USERPROFILE%\.windows-build-tools\ if you have oracle client installed already, make sure the PATH variable has the location, if not you can install the instant client using npm. npm install instantclient set PATH=%cd%\instantclient;%PATH% set OCI_LIB_DIR=%cd%\instantclient\sdk\lib\msvc set OCI_INC_DIR=%cd%\instantclient\sdk\include npm install oracledb

Download

0 formats

No download links available.

Setup Nodejs OracleDb module with simple steps | NatokHD