【问题标题】:MUI Module not found: Can't resolve '@emotion/react'未找到 MUI 模块:无法解析“@emotion/react”
【发布时间】:2022-01-25 08:50:34
【问题描述】:

Tried this,不起作用

使用最新的 MUI

Module not found: Can't resolve '@emotion/react'

好的,那就安装吧..
npm i @emotion/react @emotion/styled -s

包出现在package-lock.json

"node_modules/@emotion/react": {
      "version": "11.7.1",
      ........

应该不错..


启动服务器.. npm start

再一次..
Module not found: Can't resolve '@emotion/react'

【问题讨论】:

    标签: javascript npm material-ui


    【解决方案1】:

    你可以试试

    npm install @emotion/react
    

    npm install @emotion/react 
    npm install @emotion/styled
    

    【讨论】:

    • 正如我在问题中详述的那样,它们已经安装了
    猜你喜欢
    • 1970-01-01
    • 2021-12-07
    • 2021-12-22
    • 2021-11-26
    • 2021-11-19
    • 2018-09-21
    • 2023-01-13
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多