nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.

Home Page:https://nwjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NW-GYP new release request

TheJaredWilcurt opened this issue · comments

Here are the changes that have been merged in since the last release 1 year ago:

  • Added a note to the documentation
  • Fixed an issue where file paths could not contain spaces, now they can
    • FIX: Wrap file paths in quotes
  • Fixed an issue where Node v19+ stopped working because process.config is now Object.frozen
    • FIX: JSON.parse(JSON.stringify(process.config))

Diff:

The user that made the PR's to fix these issues is requesting a new release.

Maybe need rename branch, actually name is "node-gyp-3.6.2", but is released 3.6.6

@panther7 Have you tried using node-gyp and passing the NW.js node headers to it via the --nodedir option? That's how I've implemented it in nw-builder. I have to apply a patch to the headers and I've opened a PR for this here nwjs/node#57 Also I think Roger wants to rebase the branch onto the current release.

Apologies for the noise, I misunderstand the issue.

What's your npmjs.com account name for this? I can add you to the package maintainers list.

done.

@TheJaredWilcurt can this be closed?