gpt4 book ai didi

reactjs - React 项目中的 URI 格式错误 - 使用 Parcel Bundler

转载 作者:行者123 更新时间:2023-12-05 08:37:24 25 4
gpt4 key购买 nike

我正在尝试使用 React 项目和 parcel 作为打包器。我在尝试运行命令“dev”时遇到此错误:

服务器运行在 http://localhost:1234× C:\React\parcelreact\todoapp\public\index.html: URI 格式错误

这是一个标准的 create-react-app 项目,然后添加了 parcel-bundler..

这是我的 package.json“脚本”{}

 "scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "parcel public/index.html",
"run": "parcel build index.html"
},

C:\React\parcelreact\todoapp\public\index.html: URI 格式错误在 decodeURIComponent()

这个错误的原因是什么?我的 index.html 确实在我的 public/文件夹中..

帮助.?

最佳答案

问题是由于 create-react-app 创建的 public/index.html 中的所有值都包含“%PUBLIC_URL%”。如果您将这些路径修改为它们指向的文件的相对路径,您应该能够使用 Parcel 运行您的应用程序。

关于reactjs - React 项目中的 URI 格式错误 - 使用 Parcel Bundler,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65711969/

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