Topic: Upgrade from MDB free to MDB pro on existing project
Robin Karlsson
premium
asked 3 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 3 years ago
Hi!
Could you try to remove the
node_modulesfolder andpackage-lock.jsonfile, install dependencies again usingyarninstead of thenpm, and tell me if it works? You can also try to install thechart.jsplugin manually.Keep coding!
Robin Karlsson premium commented 3 years ago
i used yarn instead of npm and its working, thank you for your help! :)
Krzysztof Wilk staff commented 3 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!