material-dashboard-react
material-dashboard-react copied to clipboard
[Bug] Migrating to Mui 5, Material Dashboard React 2
Version
1.10.0
Reproduction link
https://github.com/memo-saldana/cant-upgrade-material-dashboard-react
Operating System
MacOS
Device
MBP 13 inch
Browser & Version
Chrome
Steps to reproduce
I want to upgrade my project from MaterialUI 4 to Material UI 5, and I cant upgrade material-dashboard-react
higher than v1.10.0, which still uses Mui 4. Is there a way to upgrade from 1.10 to 2.0.0? v2.0.0 doesnt show up in npm. Is this intended?
- Have a project with
material-dashboard-react
installed. - Run
npm install material-dashboard-react@^2.0.0
.
What is expected?
Package is upgraded
What is actually happening?
npm ERR! code ETARGET
npm ERR! notarget No matching version found for material-dashboard-react@^2.0.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
Solution
Publish v2 to npm?