Svelte、Netlify(部署失败)

时间:2021-06-15 00:11:14

标签: javascript deployment svelte netlify

我正在尝试将一个 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 但它不起作用。 注意:代码在本地运行良好。

有什么帮助吗?

0 个答案:

没有答案