You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Additional comments
The text was updated successfully, but these errors were encountered:
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?material-dashboard-react
installed.npm install material-dashboard-react@^2.0.0
.What is expected?
Package is upgraded
What is actually happening?
Solution
Publish v2 to npm?
Additional comments
The text was updated successfully, but these errors were encountered: