We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed in atom-community/atom#111 and atom#889 (comment) the apm rebuild code is kind of wonky, and I can't trust it.
apm rebuild
We should use electron-rebuild which is the official way to build Node modules against a specific Electron version.
Here is the documentation about Node modules in Electron. electronjs.org/docs/tutorial/using-native-node-modules
The text was updated successfully, but these errors were encountered:
No comment on this approach.
For the record, this is what apm is already doing: https://www.electronjs.org/docs/tutorial/using-native-node-modules#using-npm
apm
Sorry, something went wrong.
No branches or pull requests
As discussed in atom-community/atom#111 and atom#889 (comment) the
apm rebuild
code is kind of wonky, and I can't trust it.We should use electron-rebuild which is the official way to build Node modules against a specific Electron version.
Here is the documentation about Node modules in Electron.
electronjs.org/docs/tutorial/using-native-node-modules
The text was updated successfully, but these errors were encountered: