Topic: npm ERR! fatal: repository 'https://git.mdbootstrap.com/mdb/vue/mdb-vue-dev.git/' not found
Diego Forero asked 4 years ago
Expected behavior Below command to run successfully in my project as i have the valid license for this version:
Actual behavior But giving me below error message:
Resources (screenshots, code snippets etc.)
npm ERR! Error while executing:
npm ERR! D:\Programas\Git\cmd\git.EXE ls-remote -h -t https://oauth2:<ACCESS TOKEN>@git.mdbootstrap.com/mdb/vue/mdb-vue-dev.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/vue/mdb-vue-dev.git/' not found
npm ERR!
npm ERR! exited with error code: 128
Node v12.18.2
npm 6.14.5
git version 2.27.0.windows.1
Thanks
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 Vue
- MDB Version: 6.7.1
- Device: Laptop
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
Mikołaj Smoleński staff commented 4 years ago
You're trying to install our development repo. The correct one (production) is:
git+https://oauth2:<YOUR_TOKEN>@git.mdbootstrap.com/mdb/vue/vu-pro.git
You can find the installation guide here: https://mdbootstrap.com/docs/vue/getting-started/quick-start/#existing-project
Best regards