Topic: https://oauth2:REPLACE_WITH_YOUR_TOKEN@git.mdbootstrap.com/mdb/vue/vu-pro.git
Gary Woodfine pro asked 6 years ago
/home/gary/.nvm/versions/node/v8.12.0/bin/node /home/gary/.nvm/versions/node/v8.12.0/lib/node_modules/npm/bin/npm-cli.js install --scripts-prepend-node-path=auto npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools. npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t https://oauth2:REPLACE_WITH_YOUR_TOKEN@git.mdbootstrap.com/mdb/vue/vu-pro.git npm ERR! npm ERR! remote: HTTP Basic: Access denied npm ERR! fatal: Authentication failed for 'https://oauth2:REPLACE_WITH_YOUR_TOKEN@git.mdbootstrap.com/mdb/vue/vu-pro.git/' npm ERR! npm ERR! exited with error code: 128 npm ERR! A complete log of this run can be found in: npm ERR! /home/gary/.npm/_logs/2018-10-03T14_22_34_950Z-debug.log Process finished with exit code 1
Jakub Strebeyko staff answered 6 years ago
londoh pro answered 6 years ago
Jakub Strebeyko staff answered 6 years ago
Gary Woodfine pro answered 6 years ago
Install MDB Vue as a dependency:
then click the Pro - which incidentally does look like a link and very bad design, why the Free customers have center of attention over paying customers is baffling All works OK till step 7. After you created your Access Token, Install the dependency to you project usingnpm install git+https://oauth2:your goes here @git.mdbootstrap.com/mdb/vue/vu-pro.gitIt appears now when you add the import to
import 'bootstrap/dist/css/bootstrap.min.css';This now needs to be :
import 'bootstrap-css-only/css/bootstrap.min.css';The import and order needs to be
import Vue from 'vue' import 'bootstrap-css-only/css/bootstrap.min.css'; import 'mdbvue/build/css/mdb.css'; import App from './App.vue'Once complete you can now run the project using:
npm run serve
Gary Woodfine pro answered 6 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB Vue
- MDB Version: 4.6.0
- Device: ubuntu
- Browser: N/A
- OS: ubuntu
- Provided sample code: No
- Provided link: No