Topic: installing angular-pro
vitticeps free asked 5 years ago
Hi,
I already sent two emails regarding below issue -
I cannot install the pro pack via npm.
I tried the following:
npm install git+https://oauth2:my_access_token@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git --save
npm install git+https://oauth2:my_access_token@git.mdbootstrap.com/mdb/angular/ng-pro.git --save
I also tried to place it in the package.json... well.. has the same result.
The response I receive is -
npm ERR! remote: HTTP Basic: Access denied npm ERR! fatal: Authentication failed for 'https://oauth2:my_access_token@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git/'
Could you please look into and solve the issue... as I really want to use your amazing package :)
Thanks in advance BR, Laszlo
Konstantinos.Ch pro answered 5 years ago
Hello,
I see that vitticeps solved your issue, but for future reference.. you need to replace the bold "my_access_token" part with your API KEY you created on MDB Gitlab. Then npm will successfully pull the package to your project
npm install git+https://oauth2:my_access_token@git.mdbootstrap.com/mdb/angular/ng-pro.git --save
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 7.5.4
- Device: macbook
- Browser: any
- OS: ios
- Provided sample code: No
- Provided link: Yes
vitticeps free commented 5 years ago
Thanks Filip for granting me access to your git repo... it solved the above issue ;)