Topic: Unable to install angular pro package with generated token from "https://git.mdbootstrap.com/"
Expected behavior
We are trying to install angular pro package with generated token from https://git.mdbootstrap.com/.
We are following steps for installation as per given in documentation.
https://mdbootstrap.com/docs/angular/getting-started/quick-start/#token-generation
We have generated token on https://git.mdbootstrap.com/
Now when we are doing pro package installation using
npm install git+https://oauth2:my_token@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git --save
System should allow us to install mdb angular pro package.
Actual behavior
Getting below error
errors remote: The project you were looking for could not be found.npm ERR! fatal: repository 'https://git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git/' not foundnpm ERR!npm ERR! exited with error code: 128
The version of node , npm, CLI, git are latest as of today on my laptop
Resources (screenshots, code snippets etc.)
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 9.3.1
- Device: Windows
- Browser: chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes
Konrad Stępień staff commented 4 years ago
Hi. Could you provide versions of git, node and npm?
Khati commented 4 years ago
git version 2.27.0.windows.1 -----Node - v12.18.1 ----npm - 6.14.5
Khati commented 4 years ago
Also please verify that you have given me access to repo.. I see in other people faced same issue and resolution was provide access to git repo.
Khati commented 4 years ago
@Konrad Stępień Any update on this issue.
Arkadiusz Idzikowski staff commented 4 years ago
Your purchased 'pro 1 product' license that doesn't allow you to download the package from our GitLab server. You should be able to download the MDB Angular Pro package from your profile on the MDB website.
Khati commented 4 years ago
So you mean to say I have to download code zip from "Your Order" section. If yes then i already have done it but for installation if I am giving token or not giving token in package.json file it install all dependencies with out validating token. And also some pro component are not working same way like working in MDB site. So is token needed when we download code from "Your order" tab.
Please confirm do i need to use token with downloaded code or not.
Arkadiusz Idzikowski staff commented 4 years ago
When you download zip project, it should work correctly after using
npm install
and thenng serve
commands. The MDB Angular in this case is installed from the.tgz
file. In case of any problems with components or zip projects, please consider creating a new thread with more details about the issue.