Replace prebuild-install with node-gyp#1446
Conversation
prebuild-install has been deprecated and now recommand to use node-gyp instead
|
Thanks for the PR. Yes,
|
|
Hello 😁 ! It may be better practice to built the binary localy than using a deprecated module ? |
Well, I do agree with you on this. I've been telling people that for years. I always rebuild locally, even when the prebuilt binaries are available. Also, with how stable this library is now, the only difficult maintenance part is the build script for prebuilt binaries. So, it would take a big load off the maintainers as well if we were to discontinue prebuilt binaries. Unfortunately, we cannot ditch them in a rush. The users would FREAK if we did this. I've seen total crashouts in the issue tracker just for a single missing prebuilt binary. A lot of automated builds and tests rely on prebuilt binaries, and there are non-accelerated systems that would take multiple minutes to compile SQLite3. So, there's too much dependence on them to be discontinued. It will come to that point in the future though. |
Hello !
Thank you for all your work 😁 !
prebuild-installhas been deprecated and now recommand to usenode-gypinsteadI've tried locally and nothing seem to be broken as
node-gypit's already the fallback building methodHave a nice day 😁 !