Topic: Mdb4 Angular ui kit pro advanced
DigiPlan priority asked 3 years ago
I am trying to add the mdb4-angular-ui-kit-pro-advanced
npm install git+https://token@git.mdbootstrap.com/mdb/angular/mdb4/mdb4-angular-ui-kit-pro-advanced
is not working what is the correct way
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: Priority
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: 10.1.1
- Device: mac
- Browser: chrome
- OS: mac os
- Provided sample code: No
- Provided link: Yes
Arkadiusz Idzikowski staff commented 3 years ago
@DigiPlan this is a ready-to-use Angular project, not a library that you can install in the existing application. Please download the files from the repository and run
npm install
command.DigiPlan priority commented 3 years ago
@Arkadiusz Idzikowski so to npm install de ui-kit i need to
npm i -s git+https://token@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git#dev
or is there still another method ?Arkadiusz Idzikowski staff commented 3 years ago
@DigiPlan Use
npm i -s git+https://token@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git
to install production version of theng-uikit-pro-standard
package from the GitLab server. If you add#dev
at the end of the command line, you will download development version, which may not work correctly.