gpt4 book ai didi

reactjs - 找不到模块 : Can't resolve 'history' in '/Users/aronfischer/the_odin_project/passport-starter/src'

转载 作者:行者123 更新时间:2023-12-03 08:43:17 24 4
gpt4 key购买 nike

我收到此错误:Module not found: Can't resolve 'history' in '/Users/aronfischer/the_odin_project/passport-starter/src'运行时npm start我不知道为什么。
文件树应该没问题,或者我错过了什么。

我的 history.js 模块只包含以下代码:

import { createBrowserHistory } from "history"
export default createBrowserHistory()

我已经尝试删除 package.lock.json 和 node_modules 文件并再次运行 npm start ,但没有更改错误。
这是 screenshot在我的应用程序中,它还包括文件树以供引用。

已经谢谢了

最佳答案

您需要 history安装依赖项以使用它。

npm install --save history

关于reactjs - 找不到模块 : Can't resolve 'history' in '/Users/aronfischer/the_odin_project/passport-starter/src' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59723438/

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