gpt4 book ai didi

reactjs - ABP 属性 'tz' 在类型 'typeof moment' 上不存在

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

我从 aspnetboilerplate.com 下载了 .NET Core & ReactJS 模板。
我初始化了数据库。
在 reactjs 文件夹中,我运行了 npm installnpm start命令。
我收到此错误:

Property 'tz' does not exist on type 'typeof moment'.


我试过这些:
  • 删除 node_modules 文件夹并运行 npm installnpm start命令
  • npm i @types/moment-timezone --save-dev
  • npm i @types/moment-timezone --save

  • 我怎样才能开始这个项目?

    最佳答案

    @types/moment-timezonedeprecated .请尝试以下操作:

  • npm uninstall @types/moment-timezone
  • 使用以下代码:
  • import * as moment from 'moment';
    import 'moment-timezone';
    另外,看看 issue在 GitHub 上

    关于reactjs - ABP 属性 'tz' 在类型 'typeof moment' 上不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64161564/

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