gpt4 book ai didi

html - 找不到所需的文件。名称 : index. html

转载 作者:行者123 更新时间:2023-12-03 13:45:03 27 4
gpt4 key购买 nike

几个月以来,我一直致力于这个 React 项目,但没有遇到过这个错误。我没有对项目树中index.html文件的位置进行任何更改,这就是为什么我无法解释这个错误。

我尝试了以下措施,但没有成功:

  1. 更改公用文件夹的位置
  2. 更改公用文件夹内容的位置
  3. 更改 package-lock.json 的位置
  4. 更改 package.json 的位置
  5. npm 安装
  6. npm 安装react-scripts --save

请查找终端中显示的错误:

Could not find a required file.  
Name: index.html
Searched in: /Users/Sujay/Documents/Documents/Learn Web Development the Hard Way/lacapsule/project/Dark Sky Map Bitbucket/darkskymap_frontend/public
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! frontend@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the frontend@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/Sujay/.npm/_logs/2019-08-06T07_12_22_366Z-debug.log

Expected result : React project should launch without any issue.
Actual result: Error message in terminal mentioned above.

最佳答案

index.html 已从/public 目录移动/删除

您的项目在公共(public)目录中有index.html文件吗?

如果没有,您可以获取 Create React App uses here 的那个

应该在 <your project root>/public/index.html

<小时/>

如果您使用 Git 进行版本控制,它将能够告诉您是否移动或删除了某些内容。

运行git status查看更改的文件

关于html - 找不到所需的文件。名称 : index. html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57371035/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com