Ayushman Chhabra

Results 118 comments of Ayushman Chhabra

If we verify SHA checksums on downloading NW.js (#593), then building app from cache offline should be no problem at all.

Closing this in favour of #623.

> I'll come back to this later. ^

Thanks! I haven't even reached here but this is definitely good to know before getting into zip functionality.

There are so many options for zip functionality that it sometimes gets confusing. To make sure I understand we have a `package.nw` folder which has all the source files. We...

Closing this in favour of #623.

To build NW.js applications need to define the `mode: "build"` option. I realise that the docs are not too informative in this aspect. I'll look into why it's erroring out...

I was able to build my app after a few tweaks. Here's how I went about it: https://github.com/ayushmxn/nw-repro/tree/074e0fca1e0b5393708ad7302b83df861427ba49 That said, there's an more straightforward way to go about it: https://github.com/ayushmxn/nw-repro/tree/c8874a4743ad1eb2ba119b0fd3331237b200dcf4

Could you try upgrading Node to `v16.16.0`? I also [updated the repro](https://github.com/ayushmxn/nw-repro/tree/da22d8cf8f0f4245cad5197272472a43a5a987d5).