我正在尝试将一个 svelte 应用程序部署到 netlify。我在日志中收到一条部署失败消息。
[!] Error: Could not load /opt/build/repo/src/components/itemCard.svelte
(imported by src/Product/Categories.svelte): ENOENT: no such file or directory, open
'/opt/build/repo/src/components/itemCard.svelte'
9:59:41 PM: Error: Could not load /opt/build/repo/src/components/itemCard.svelte
(imported by src/Product/Categories.svelte): ENOENT: no such file or directory,
open '/opt/build/repo/src/components/itemCard.svelte'
我以为是路径的问题。因此,我使用了不同的路径技术
例如 ./../
或 src
但它不起作用。
注意:代码在本地运行良好。
有什么帮助吗?