Topic: Cannot npm install mdbreact pro in my package.json
I have added a dependency to my package.json
"mdbreact": "git+https://oauth2:MY_TOKEN@git.mdbootstrap.com/mdb/react/re-pro.git",
and I get this error: npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t https://oauth2:XXXXXXXXXX@git.mdbootstrap.com/mdb/react/re-pro.git npm ERR! npm ERR! remote: HTTP Basic: Access denied npm ERR! fatal: Authentication failed for 'https://git.mdbootstrap.com/mdb/react/re-pro.git/' npm ERR! npm ERR! exited with error code: 128
I am sure the token is the same as my generated token. It was copy and pasted and verified. What do I do?
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Closed
- User: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.25.4
- Device: Laptop
- Browser: Chrome
- OS: Win 10
- Provided sample code: No
- Provided link: Yes
Piotr Glejzer staff commented 5 years ago
what is your gitlab login?
Piotr Glejzer staff commented 5 years ago
I see you have access to our gitlab account so did you try to generate new token?
BingoAK commented 5 years ago
I don't know a gitlab login. That was not a requirement in your directions. I know my account login to MDB. Any name I give for a token generates the same token. So yes, I generated a token.
Piotr Glejzer staff commented 5 years ago
So if you added a new token that everything is working now or not?
BingoAK commented 5 years ago
BTW, As I said in my previous comment. It doesn't seem to matter what name I use in the generator. It always generates the same token. I am using Chrome. Version 80.0.3987.132 (Official Build) (64-bit)
BingoAK commented 5 years ago
So, I reinstalled my git Bash and now for some reason, everything works. I am not sure why -- but glad it is. You can close this thread.