Topic: Vue Pro installation via Yarn problem
alkuzenkov asked 6 years ago
Hello!I'm cannot install MDB Vue Pro via Yarn because of permissions.
I'm getting the next message after yarn add
:
remote: You are not allowed to download code from this project.<br>fatal: unable to access 'https://oauth2:<my-private-access-token>@git.mdbootstrap.com/mdb/vue/vu-pro.git/': The requested URL returned error: 403
Here is how my record in package.json looks like:
"mdbvue": "git+https://oauth2:<my-private-access-token>@git.mdbootstrap.com/mdb/vue/vu-pro.git"
And of course <my-private-access-token>
is replaced with the real one.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 5.3.0
- Device: MacBook Pro
- Browser: Chrome
- OS: MacOS
- Provided sample code: No
- Provided link: No
Bartłomiej Malanowski staff pro premium commented 6 years ago
Can you open the repository directly in your browser? Here's the link: https://git.mdbootstrap.com/mdb/vue/vu-pro.git
alkuzenkov commented 6 years ago
Yes. Here is how it look https://imgur.com/xh1RFho
Bartłomiej Malanowski staff pro premium commented 6 years ago
I've updated your role. Could you please check it again?
alkuzenkov commented 6 years ago
Yep, now it's working! Thanks.