-
-
Notifications
You must be signed in to change notification settings - Fork 177
Not compiling on Mac with node 11 #595
Comments
Which version of |
@vweevers latest. Just running |
Most if not all messages I see above are merely deprecations that don't explain why it failed. To rule out permission issues, could you try a local install (without |
Correction, there are 36 warnings and 1 error:
@ralphtheninja any idea? IIRC you tested leveldown on mac before |
Our version of |
Having the same issue with clean install of node 10.
21 warnings, 1 error |
I can't replicate it myself. @tomitrescak @scholtzm Would you mind trying the following?
|
Side note @ralphtheninja: because I pushed a new |
Not sure if this is helpful, but since I struggled a bit with (unrelated) build issues, sharing that I was able to install the latest version via
|
@mtn On which platform? So far it seems that only Mac is having trouble, Linux and Windows are fine. |
@vweevers Macos Mojave (sorry, meant to include that) |
On the other hand, I'm able to replicate this exact issue, but only when trying to install an old version (leveldb-1.20, leveldown-1.90). |
I've just released v4.0.2, with updated dependencies and prebuilds for Node.js 11. Let us know whether it fixes installation on Mac with Node.js 11, otherwise we'll reopen (but I don't know what more we can do). |
FWIW I rented a Mac and was unable to replicate the
|
All good, compiled with no issues on my mac. Thanks for the fix. |
~/data/projects/wechaty-puppet-padchat(master*) » npm i leveldown@4.0.2 --no-save joseph@josephs-MacBook-Pro
prebuild-install WARN install No prebuilt binaries found (target=12.7.0 runtime=node arch=x64 libc= platform=darwin) npm ERR! A complete log of this run can be found in: |
~/data/projects/wechaty-puppet-padchat(master*) » nvm use v11.9.0 joseph@josephs-MacBook-Pro
|
node v12 has problem |
@zsux You need leveldown@5 for node 12. |
Any idea? Thanks!!!
The text was updated successfully, but these errors were encountered: