-
Notifications
You must be signed in to change notification settings - Fork 206
chore: Electron 16 blog post #143
New issue
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
Conversation
Co-authored-by: Antón Molleda <molant@users.noreply.github.com>
Co-authored-by: Erick Zhao <erick@hotmail.ca>
Co-authored-by: Erick Zhao <erick@hotmail.ca>
|
(slightly tacky to approve a PR that I co-wrote? 😄 This is to indicate approval of the changes) |
malept
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My comments are non-blocking
| ### Building Native Modules | ||
|
|
||
| If your project uses node-gyp to build native modules, you may need to call it with `--force-process-config` depending on your project's setup and your Electron version. More information about this change can be found at [#2497](https://github.com/nodejs/node-gyp/pull/2497). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps note that electron-rebuild@>=3.2.5 supports this automatically, so folks using -rebuild or Electron Forge only need to update their dependencies?
Co-authored-by: Mark Lee <malept@users.noreply.github.com>
Initial draft of Electron 16 blog post
@electron/wg-releases , @ckerr
Please add a comment for items you think we should highlight in the blog post.
Merge target: Nov 16th, after 16.0.0 releases successfully