RollupError:无法从“src/index.jsx”解析“./App.jsx”

RollupError: Could not resolve "./App.jsx" from "src/index.jsx"

提问人:Siva Swathi Vasagar 提问时间:11/14/2023 最后编辑:James ZSiva Swathi Vasagar 更新时间:11/14/2023 访问量:23

问:

我正在尝试将我的 vite react 应用程序作为静态网页托管在 Render 上,但我面临以下问题。不知道为什么我会看到这个。在我的本地,我可以构建,我的应用程序在 localhost 上启动并运行。

为什么会这样?我正在尝试学习编码。

Nov 13 11:50:04 AM  Could not resolve "./App.jsx" from "src/index.jsx"
Nov 13 11:50:04 AM  file: /opt/render/project/src/SWE_Portfolio/src/index.jsx
Nov 13 11:50:04 AM  error during build:
Nov 13 11:50:04 AM  RollupError: Could not resolve "./App.jsx" from "src/index.jsx"
Nov 13 11:50:04 AM      at error (file:///opt/render/project/src/SWE_Portfolio/node_modules/rollup/dist/es/shared/node-entry.js:2287:30)

我最初使用 vite 创建了 react 应用程序并尝试托管它并看到错误。之后,我尝试创建 react 应用程序并部署并看到相同的错误。但是在本地,我的代码运行良好,没有任何错误。最后,我尝试检查我的代码结构,看起来不错。我尝试托管为 gh 页面,相同的空白页面。

我的 React 应用的结构

enter image description here

JavaScript ReactJS GitHub 渲染 github-pages

评论

2赞 Saidamir 11/14/2023
你能提供vite.configs和index.jsx代码吗?
0赞 Golamrabbi Azad 11/15/2023
你遵循了这个指南吗?vitejs.dev/guide/static-deploy.html#render

答: 暂无答案