Topic: NPM MDB Pro install fails
alextaylor1994
pro asked 6 months ago
Trying to install MDB Pro angular using npm. I created a token clicked the api check box. When I copy and paste:
npm install git+https://oauth2:YOUR_TOKEN@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git --save
with my token I receive the following error.
npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t https://oauth2:*@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git npm ERR! npm ERR! 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 found npm ERR! npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in: npm ERR!
/home/alex/.npm/_logs/2020-09-20T18_23_09_506Z-debug.log
Arkadiusz Idzikowski
staff answered 6 months ago
You ordered a 'One project' version of MDB Angular package, which doesn't have access to the GitLab repository. In this case you should install the package from the '.tgz' file:
npm install ng-uikit-pro-standard-YOUR_VERSION.tgz
alextaylor1994 pro commented 6 months ago
Where would I go to download the pro tgz zip file ?
Edit: I found the tgz file. Go to orders page, download the zip next to your order and then it is in side that zip file.
Resolved
- User: Pro
- Premium support: No
- Technology: Angular
- MDB Version: 9.4.0
- Device: computer
- Browser: chromium
- OS: arch
- Provided sample code: No
- Provided link: Yes