nw.js
nw.js copied to clipboard
brew package?
It would be nice to have a brew package for mac.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
+1
+1
While it's certainly not the might homebrew, there is a NPM package which you can use to actually install locally to your project.
https://npmjs.org/package/nodewebkit
Use Homebrew Cask. :)
Hi @lukehorvat! I've used Homebrew Cask to install node-webkit but when I try to start my app.nw test demo it always shows me this
What am I doing wrong?
Have you all tried https://www.npmjs.org/package/nodewebkit ? That way nw isn't anything more than a dependency in your package.json and an npm script away.
:+1:
i would absolutely +1 this. brew install nw.js would be lusshhh
https://formulae.brew.sh/cask/nwjs Should we close then?