npm install fails with pngquant failed to build, make sure that libpng is installed
npm insatll时提示:
pngquant failed to build, make sure that libpng is installed
解决方法:
npm install [email protected] --save
npm install [email protected] --save
或者:npm i -D [email protected]