You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `--napi` | - | `false` | Make [Node-API][node-api] build(s).<br>Targets default to latest node which is compatible with Electron > 3, which can be overridden with `--target`. Note: `--all` should be avoided for now because it includes targets that don't support Node-API.
prebuildify is geared towards Node-API, so the version of the executing node process is not necessarily the right version. It defaults to compiling against the latest node version
The text was updated successfully, but these errors were encountered:
prebuildify/README.md
Line 86 in d6d6981
This line is incorrect as far as I can tell:
prebuildify/bin.js
Lines 22 to 24 in d6d6981
Which caused me a lot of confusion until I discovered the following through some local debugging:
#64 (comment)
The text was updated successfully, but these errors were encountered: