Minqi Pan

Results 122 comments of Minqi Pan

It's working as per 845b547f71e0c83d6becc21bdbbdae39c152ce23 ![image](https://user-images.githubusercontent.com/13315/28605738-dfafb190-7205-11e7-8642-67895e169160.png)

Please try using a bigger Virtual Memory, as in ![image](https://cloud.githubusercontent.com/assets/13315/26091568/9727ecde-3a3e-11e7-844f-89126a6b1487.png)

@mikowiec Restarting the computer also helps.

@mikowiec I forgot to mention, that using x64 toolchain could also help eliminate this problem. Microsoft x64 cl.exe (or even x64_x86 cross tool-chain) will not throw this error when x86...

Thanks for the feedback. I tried `npm link` and It seems to be linking to the outside of project root, which causes the problem. I think I can add a...

Hi @dpeter99 , the master has alreday had 8.4.0 landed. cf. https://github.com/pmq20/node-packer/blob/master/CHANGELOG.md

Yes. I am working on limiting the number of checks to once per day via recording into `~/.libautoupdate`. Development has been moved into https://github.com/pmq20/libautoupdate I'll update the document once it...

wow this is weird. And the log did not give enough information. Would you love to share your work dir ie.C:/Users/gre63396/AppData/Local/Temp/nodec/__work_dir__ with me so that I can inspect what inside...

@JamesMGreene This seems to be a bug in mksquashfs. Could you just run mksquashfs on your work dir to confirm this? If it fails you could try deleting some content...

@znk Thanks for the detailed investigation! Seems like we should file a patch to `node-gyp` to let it try the command `python2` in case of python being linked to python3....