Wenjun Che

Results 9 comments of Wenjun Che

Hello Thank you for your response. Yes, git is accessible: C:\Users\...\Downloads\electron-quick-start>git --version git version 1.9.5.chromium.6

After sending the last comment, I realized it was using incorrect git. So, I updated PATH and now it is able to install it. But, when I tried running it,...

> Sorry for not getting to this earlier 🙈 > > What issue is this addressing? Is this in line with how other platforms handle theses requests? Is this inline...

sorry. closed it by accident. This PR is addressing cases of uploaded contents in gzip format. My change is based on https://github.com/mscdex/busboy/issues/150.

Thank you every much for the quick response. You mentioned "embedded node binary". Is it embedded in nar package for each OS ? Thanks

I am providing "--os linux" when running "nar create" my Mac pro. The client's machine does not have node installed. So, I am guessing nar has an embedded node binary...

I have to say the old version saved me, so please don't upgrade :) Thank you very much for the help.

The node binary embedded in nar seems to work with libc-2.5.so, which was released in 2006.

I think I need to clarify: our client has this server with libc-2.5.so (red hat 4.1.2). When I make nar executable (without specifying --os linux) on a linux server with...