Topic: MDB Pro + Admin Bundle
eduardofeio free asked 5 years ago
Hello, i have bought the react bundle, MDB Pro and Admin are separated repositories.
So the question is, MDB Admin imports mdbreact-4.16.0.tgz, is that file mdbreact pro or regular version?
If I download an updated version of MDB REACT PRO from your GIT, how do I import it to my modified MDB Admin?
Aliaksandr Andrasiuk staff answered 5 years ago
Hi,
MDB Admin imports an MDBReact PRO version.
After you downloaded a project from our repo you can type npm pack
and you will get a new version of MDBReact (or just use a ready package from downloaded Bundle
- MDB-React-Admin-Pro/mdbreact/mdbreact-4.16.0.tgz
).
Then you can replace package
in MDB-React-Admin-Pro/mdbreact/mdbreact-4.15.0.tgz
with a package created by npm pack
(or with the package you got from Bundle
).
After that change your package.json
file in MDB-React-Admin-Pro/
:
"mdbreact": "./mdbreact/mdbreact-4.16.0.tgz",
Hope I could help.
Best regards.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.16.0
- Device: Any
- Browser: Any
- OS: Windows
- Provided sample code: No
- Provided link: No