Topic: MDB Pro (Angular) set up problem on an existing project
Hi!I recently bought MDB Pro for angular. I had a project with MDB Free version now I want to set it up via npm. I generated my personal token and add it to the npm command given on the tutorial. But it's not installing it.Can you help me please? Thank you.
Konrad Stępień staff answered 5 years ago
Hi @E Doyur,
Can you open package.json
and add line
"ng-uikit-pro-standard": "git+https://oauth2:MY_TOCKEN@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git",
and then remove line
"angular-bootstrap-md" : '....'
If you did this, please delete your package-lock.json
file and node_modules
folder.
Run npm i
and ng s
.
Tell me if this not resolve your problem.
Best, Konrad.
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 Angular
- MDB Version: 8.8.2
- Device: macbook pro retina late 14
- Browser: chrome
- OS: macos
- Provided sample code: No
- Provided link: No