当我将 React 项目部署到 Surge 中时,构建成功并且可以获取应用程序 URL。但是当我链接到 URL 时,我可以在检查控制台中看到一个空白页面和一些错误:
Failed to load resource: the server responded with a status of 404 (Not Found) 3.138a0231.chunk.css
Failed to load resource: the server responded with a status of 404 (Not Found) main.bd0d3f99.chunk.js:1
Failed to load resource: the server responded with a status of 404 (Not Found) main.bd0d3f99.chunk.css:1
Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load resource: the server responded with a status of 404 (Not …
Run Code Online (Sandbox Code Playgroud) 我只是使用 Composer cli 挑选了一个遗留的 Laravel 项目。我执行了composer install
,但它说一个 Error spatie/pdf-to-image 1.8.2 requires ext-imagick Error
。我想不通。我猜这是因为 imagick 扩展在 php.ini 中没有正确设置。有人曾经遇到过这种错误吗?先感谢您。