Closed AsuraZhu closed 3 years ago
const libpng = process.platform === 'darwin' ? 'libpng' : 'libpng-dev';
If my system was Windows, I would get a prompt about a Linux download error.
I had an error downloading from Windows, and this error bothered me.
I am getting the Linux error on Windows, is there any way to fix it?
b80c567 outputs error directly, but let me close this problem even though the install script for Windows is still not prepared.
const libpng = process.platform === 'darwin' ? 'libpng' : 'libpng-dev';
If my system was Windows, I would get a prompt about a Linux download error.
I had an error downloading from Windows, and this error bothered me.