当我创建新项目并按照以下步骤操作时,我的 gatsby 项目运行良好:https ://www.gatsbyjs.com/docs/quick-start/但是当我尝试克隆另一个存储库时,例如:
- git 克隆 https://repositoryurl
- npm install -g gatsby-cli
- npm 安装
- 盖茨比发展
它失败并出现错误Failed at the pngquant-bin@5.0.2 postinstall script.
我尝试了不同的存储库,我在互联网上找到的所有解决方案,但没有任何帮助。在你问跑步npm install libpng-dev
给你之前npm ERR! 404 Not Found - GET https://registry.npmjs.org/libpng-dev - Not found
。运行npm install pngquant-bin
给出npm ERR! pngquant-bin@6.0.0 postinstall node lib/install.js
我的节点版本:v12.18.3
. 我的 npm 版本:6.14.6
. 我用Windows 10
.