简体   繁体   English

找不到模块:无法解析“@material-ui/core/Breadcrumbs”

[英]Module not found: Can't resolve '@material-ui/core/Breadcrumbs'

I am using React Material ui .Tried to use BreadCrump component of Material UI.我正在使用 React Material ui 。尝试使用 Material UI 的BreadCrump组件。 But while using this i got the following error.但是在使用它时,我得到了以下错误。

Can't resolve '@material-ui/core/Breadcrumbs' .无法解析 '@material-ui/core/Breadcrumbs'

I have already installed @material-ui/core in my application as well.我也已经在我的应用程序中安装了@material-ui/core。

"@material-ui/core": "^3.9.3" “@material-ui/core”:“^3.9.3”

Not sure why this issue happens.Is there any issue with the @material-ui/core version i am using?不知道为什么会发生这个问题。我使用的@material-ui/core 版本有什么问题吗?

Use the latest version.使用最新版本。

Version 4.6.1 Solve the problem.版本4.6.1解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 找不到模块:无法解析“@material-ui/core/AppBar” - Module not found: Can't resolve '@material-ui/core/AppBar' 找不到模块:无法解析“@material-ui/core/Container” - Module not found: Can't resolve '@material-ui/core/Container' 找不到模块:无法解析“./node_modules/@material-ui/core/IconButton” - Module not found: Can't resolve './node_modules/@material-ui/core/IconButton' 未找到模块:错误:无法解析“@material-ui/core/styles”(部署到 heroku 时) - Module not found: Error: Can't resolve '@material-ui/core/styles' (when deploying to heroku) 找不到模块:无法在React中解析'@ material-ui / core / RaisedButton' - Module not found: Can't resolve '@material-ui/core/RaisedButton' in React 如何解决找不到模块:无法在 Material-UI 中解析“@babel/runtime/core-js/map” - How to solve Module not found: Can't resolve '@babel/runtime/core-js/map' in Material-UI 找不到模块:无法解析“ material-ui / FontIcon” - Module not found: Can't resolve 'material-ui/FontIcon' "未找到模块:无法解析“material-ui\/styles\/colors”" - Module not found: Can't resolve 'material-ui/styles/colors' 找不到模块:无法解析“material-ui/AutoComplete” - Module not found: Can't resolve 'material-ui/AutoComplete' 找不到模块:无法解析“@material-ui/styles”(反应) - Module not found: Can't resolve '@material-ui/styles' (React)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM