-
Notifications
You must be signed in to change notification settings - Fork 34
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
The db-oracle could be install off-line? #55
Comments
You can run
$ git clone https://github.com/mariano/node-db-oracle.git
$ cd node-db-oracle
$ git submodule init && git submodule update
$ npm pack You'll then have a "db-oracle-0.2.3.tgz" in the current directory. |
@raztus is the same working for https://github.com/nearinfinity/node-oracle? |
I don't have enough experience to really recommend one over the other, and we are currently using both libraries in my organization. What is clear is that mariano has ignored pull requests on this repository for at least 2 years, while joeferner has been actively accepting pull requests on his repo. Neither author is actively coding on these projects (though mariano is still active on the second part of this package, In my private fork of node-db-oracle I have gotten it to build on Node 10 using node-gyp, and it seems to work fine. However, node-oracle has a few more features I need (TNS names, some CLOB support) and development in the forks seems a bit more active. |
@raztus I want to use your fork and edit bindings to support $ git clone https://github.com/raztus/node-db-oracle.git
$ cd node-db-oracle
$ git submodule init && git submodule update
$ npm install but I want to add git dependency to your fork in my own npm module, what happens to |
There have been a few attempts to do what you're asking; that is, have Unfortunately, it sounds like there isn't really a good solution to do exactly what you want. Your best bet is to follow the first steps you listed (git clone, git submodule init/update, npm install) then to run
|
thank you @raztus for your clean answer, but that way what happens to building native packages!?
|
|
Because the company cannot connect internet, the db-oracle how to install off-line
The text was updated successfully, but these errors were encountered: