Topic: Upgrade from MDB free to MDB pro on existing project
Robin Karlsson premium asked 2 years ago
Expected behavior*I was using MDB free and i upgraded to MDB pro, when i start a new project MDB pro works with zip file, but when im trying to upgrade to pro with NPM on my existing project i get this error (see screenshots)*Actual behavior
*_Resources (screenshots, code snippets etc.)_
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Closed
Specification of the issue
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 2.3.0
- Device: browser
- Browser: chrome
- OS: macOS
- Provided sample code: No
- Provided link: No
Krzysztof Wilk staff commented 2 years ago
Hi!
Could you try to remove the
node_modules
folder andpackage-lock.json
file, install dependencies again usingyarn
instead of thenpm
, and tell me if it works? You can also try to install thechart.js
plugin manually.Keep coding!
Robin Karlsson premium commented 2 years ago
i used yarn instead of npm and its working, thank you for your help! :)
Krzysztof Wilk staff commented 2 years ago
Glad I could help :) Anyway - we will check this problem and try to solve it as soon as possible because, there should be an option to install our package using
npm
:)Keep coding!