Topic: error while trying to install mdbreact using the GIT link provided
While trying to install as mentioned in the below link
https://mdbootstrap.com/docs/react/pro/installation/#section-manual-installation
and trying to run with the Token I generated I get the error as
npm i git+https://oauth2:[MYTOKEN]@git.mdbootstrap.com/mdb/react/mdb5/prd/mdb5-react-ui-kit-pro-essential
Please help
debanjanb pro premium priority answered 2 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 4.1.0
- Device: Desktop
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes
Krzysztof Wilk staff commented 2 years ago
Hi!
Can you try using a
yarn
instead ofnpm
? Are you sure you generated your token with aread_repository
permission? Could you create a simple repository on (i.e.) GitHub (you can remove your access token there) with your problem? I tried to recreate your issue using clear CRA app, but everything works on my side :(