Topic: Can't Add MDBootstrap to existing Vue Project
knight0fnever asked 6 years ago
The instructions at step 5 of https://mdbootstrap.com/docs/vue/getting-started/quick-start/ say to navigate to given repository, but I'm not sure what repository to use.
I can't create projects on https://git.mdbootstrap.com, but I do have an account and can login to generate an access token. Using the git+https://oauth2:TOKEN@git.mdbootstrap.com/mdb/vue/vu-pro.git --save (replacing the demo access token with my own) just gives this error when running npm install: "The project you were looking for could not be found."
Mikołaj Smoleński staff answered 6 years ago
Please try the alternative way of installing our package:
Go to the package.json
directory and add a new line in Your dependencies object:
"mdbvue": "git+https://oauth2:YOUR_TOKEN@git.mdbootstrap.com/mdb/vue/vu-pro.git"
Then type yarn
or npm install
to add mdbvue dependency.
Best regards
Estinto pro commented 6 years ago
Would please look at my issue? is it that I'm not granted yet? As I last post.
knight0fnever answered 6 years ago
Hi Mikołaj,
I have tried that with the same error occuring. I've seen other posts where the user needed to be granted access to the repository. Is that the same with my account?
Thanks!
Bartłomiej Malanowski staff pro premium commented 6 years ago
I did the same trick with your account so you should be able to access the repository now ;)
knight0fnever commented 6 years ago
That worked! Thanks!
Estinto pro answered 6 years ago
Hi Mikołaj, I could only see my react pro in gitlab I brought last year. But vue pro seems not available for me, shall wait for some time and try agian?
Estinto pro commented 6 years ago
npm install says : remote: The project you were looking for could not be found. when I tried to add "mdbvue": "git+https://oauth2:YOUR_TOKEN@git.mdbootstrap.com/mdb/vue/vu-pro.git", replace my token and run npm install
Bartłomiej Malanowski staff pro premium commented 6 years ago
@Estinto, please send me your order ID at b.malanowski@mdbootstrap.com so I'll check it
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 5.1.1
- Device: MacBook Pro
- Browser: Chrome
- OS: MacOS
- Provided sample code: No
- Provided link: Yes