【问题标题】:Cannot find module '@testing-library/react'找不到模块 \'@testing-library/react\'
【发布时间】:2022-08-06 21:58:59
【问题描述】:

My Test File

package.json file

尽管我已经安装了所有必要的依赖项,但在运行 npm test 时仍然出现错误

找不到模块 \'@testing-library/react\'

    标签: reactjs jestjs dependencies react-testing-library react-dom


    【解决方案1】:

    在 tsconfig.json 文件中添加"moduleResolution": "node"

    【讨论】:

      【解决方案2】:

      替代解决方案:npm install --save-dev @testing-library/react

      【讨论】:

        猜你喜欢
        • 2022-07-20
        • 2020-03-15
        • 2021-04-07
        • 2021-01-13
        • 2020-05-26
        • 1970-01-01
        • 1970-01-01
        • 2021-06-02
        • 2021-07-16
        相关资源
        最近更新 更多