Topic: Unable to access MDB Pro after purchase.
joshg410 premium asked 5 years ago
Followed instructions found here (https://mdbootstrap.com/docs/vue/getting-started/quick-start/)
Generated access token, and when I do:
npm install git+https://oauth2:myAccessToken@git.mdbootstrap.com/mdb/vue/vu-pro.git --save
I get the following:
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t https://oauth2:myAccessToken@git.mdbootstrap.com/mdb/vue/vue-pro.git
npm ERR!
npm ERR! remote: The project you were looking for could not be found.
npm ERR! fatal: repository 'https://oauth2:myAccessToken@git.mdbootstrap.com/mdb/vue/vue-pro.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! /Users/me/.npm/_logs/2019-04-07T21_43_40_879Z-debug.log
Thanks,
-Josh
joshg410 premium answered 5 years ago
I'm not trying to sound harsh, but I'd like to start using the version I paid for sooner than later. If it's something I'm doing incorrect, I'll gladly admit it, but some quicker responses here would be much appreciated.
joshg410 premium answered 5 years ago
Still getting the same results.
joshg410 premium commented 5 years ago
I was originally trying out the following: npm install git+https://oauth2:myAccessToken@git.mdbootstrap.com/mdb/vue/vu-pro.git --save
I also gave the ".../vue-pro.git" a try to see if that was it. Which is why my error log shows up that way. However, the actual call was to the one I posted above in this comment and on the original post from yesterday.
Bartłomiej Malanowski staff commented 5 years ago
Can you open the repository directly in your browser? https://git.mdbootstrap.com/mdb/vue/vu-pro
joshg410 premium commented 5 years ago
I cannot. I get a 404.
Bartłomiej Malanowski staff commented 5 years ago
I've granted you access. Can you check it now?
Bartłomiej Malanowski staff answered 5 years ago
As I can see, the repo's URL is incorrect. Please change:
npm install git+https://oauth2:myAccessToken@git.mdbootstrap.com/mdb/vue/vue-pro.git --save
to:
npm install git+https://oauth2:myAccessToken@git.mdbootstrap.com/mdb/vue/vu-pro.git --save
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB Vue
- MDB Version: 5.1.1
- Device: Macbook
- Browser: Chrome
- OS: macOS Mojave
- Provided sample code: No
- Provided link: Yes