Topic: Request instruction to upgrade from MDB PRO 6.0.2 to 6.2.2
junior5417 pro asked 6 years ago
Hi,
I wanted to know how to upgrade from version MDB PRO 6.0.2 to 6.2.2 (latest version).
Previously I downloaded the version MDB 6.0.2 zip file from user dashboard, and then I used that zip file for my development. But when I tried to upgrade the version following the instruction on https://mdbootstrap.com/angular/update-instructions/ , I can't find the scss, font, img and ng-uikit-pro-standard in the folder (MDB_ANGULAR_PRO_NPM_6.2.2.ZIP) which i downloaded from user dashboard.
1. Remove scss, font, img and ng-uikit-pro-standard folders,
2. Download latest version of MDB Angular from user dashboard,
3. Copy scss, font, img and ng-uikit-pro-standard directories from freshly downloaded zip into your project.
By the way, my MDB PRO 6.0.2 uses typescripts/free and typescripts/pro folder located inside app folder instead of using ng-uikit-pro-standard
Damian Gemza staff answered 6 years ago
Dear junior5417,
In MDB_ANGULAR_PRO_NPM_6.2.2.ZIP archive there's no ng-uikit-pro-standard-6.2.2.tgz archive.
The best way for you is to execute the following command in your's project terminal:
npm install git+https://oauth2:<PLACE_YOUR_TOKEN_HERE>@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git --save
This will install the latest version of MDB Angular in your project.
Please read carefully our 5min-quickstart guide. There's everything that you should know.
5min Quickstart
Best Regards,
Damian
junior5417 pro commented 6 years ago
Hi Damian, Whenever I tried to login to my GitLab, I'm getting error: "You have to confirm your email address before continuing." But I didn't receive any confirmation email from you guys... Can you assist on this matter?FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: Yes
Tags
Damian Gemza staff commented 6 years ago
Dear junior5417, In 6.2.2 version of MDB Angular Pro zip there's only 1 file which you have to copy to your project - ng-uikit-pro-standard-6.2.2.tgz archive. Copy it into your project, and then execute command npm install ng-uikit-pro-standard-6.2.2.tgz --save. After installation, modify your project to use MDB Angular Pro from node_modules instead of files located in typescript directory. If something isn't clear to you, feel free to ask. Best Regards, Damianjunior5417 pro commented 6 years ago
Hi, My 6.2.2 version of MDB Angular Pro zip consist of one angular project folder instead of ng-uikit-pro-standard-6.2.2.tgz archive you mentioned above. However, I tried to execute command npm install ng-uikit-pro-standard-6.2.2-npm.zip --save, but i do an error Not Found: ng-uikit-pro-standard-6.2.2-npm.zip@latest.