背景
Mac运行react项目,
npm install
的时候报错:Not Found - GET https://registry.npmjs.org/libpng - Not found;尝试install libpng,接着报错:Error: pngquant failed to build, make sure that libpng is installed
Mac运行react项目,
npm install
的时候报错:Not Found - GET https://registry.npmjs.org/libpng - Not found;尝试install libpng,接着报错:Error: pngquant failed to build, make sure that libpng is installed
brew install pkg-config
npm install --save-dev pngquant
npm install