Insufficiently generalized #282
ChrisMiami
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This codebase is near-impossible to install. There are so many dependencies that are just broken when doing a default build that each time my computer is refreshed I have to spend 2-3 days recompiling and fixing issues in what should be a simple "npm install" command! And I'm not even sure I'll be able to deploy it in production because companies don't allow BUILDS on production servers! I'm running into C++ deprecations, missing member functions, inconsistent builds (when I build in the project directory is appears to succeed, but when I try to use the result in a project, it fails). After I build and "npm install -g" in the project directory, attempting to use that in another app fails on "require msnodesqlv8". And yes, I have followed the Darwin instructions.
This library is sadly the only game in town for integrated login to SQLServer but it is impossible to utilize. It is too rough. It is too idiosyncratic. It needs to be self-contained and able to be installed without prerequisites -- or if there are dependencies, they should just work. Please find some way to package this so that it's actually usable.
Beta Was this translation helpful? Give feedback.
All reactions