-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I`m in trouble with installation. #99
Comments
How did you set the OCI_LIB_DIR and OCI_INC_DIR variables? Did you set them in the system variables, or set them in the command line just before 'npm install oracledb'. What parts of the installation doc could be improved? https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#instwin |
I have the same problem, i've followed instructions step by step but it's always something that prevents intallation succesfully. In the install instructions you must add that node-gyp should be installed also. And where in the command prompt you should be located. I'm stuck with this. Maybe if hte oracle team made a video making the installation on windows would be very helpful. Here is my log when i do npm install oracledb Tiempo transcurrido 00:00:03.39 npm ERR! [email protected] install: npm ERR! Please include the following file with any support request: C:\Program Files (x86)\nodejs\node_modules> |
@RogelioGaytan it would be helpful to see what you actually did & set.
On Linux & OS X this is installed automatically. I don't recall any Windows users commenting on this needing to be installed separately?
Good point. Although it may not matter which directory, ambiguity in instructions is always disconcerting.
That sounds like a great idea for someone in the community to do (@bchr02 @Bigous? @kgajowy? @scottchantry? @amaruak00? Any other windows user?) |
I'm sorry It is resolved long time ago. I forgot to record it. In my case, that message is a result that the OCI_LIB_DIR and OCI_INC_DIR variables didn't set as @cjbj said. After set the OCI_LIB_DIR and OCI_INC_DIR, error message is gone, and It works perfectly. Thanks @cjbj and sorry for late reply. |
@StigmaKim Thanks - glad you got it going. @RogelioGaytan It's best to open your own issue if you still have problems. |
Hi @cjbj, about the suggestion of making a video, I think this is a good idea, I don't have much time to do, but i think it's better to make the pre-compiled packages as issue #18 is purposing. |
Thanks to every one, i set those variables in the command line, i'll try doing it from de system variables and see what happens. If i still have problems i'll make a new issue post |
Good Luck @RogelioGaytan. |
@StigmaKim, @RogelioGaytan, @Bigous Since there have been some requests for a video, demonstrating the installation of oracledb on Windows, I created one: Video - install of oracledb on Windows 7 x64 |
Thank you for your apportation to the community @bchr02 |
Hi, I have been installed node-oracledb several times, but this time, I encounter new obstacle.
Error message is below.
I installed phyton, visual studio, and set adequate version of node.js.
Please Help me.
Windows7 64bit
nodejs 0.10.38
The text was updated successfully, but these errors were encountered: