-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bower not install dependency #349
Comments
Hi @Hajakutbudeen, |
Dear mjeanroy,
Thanks for your reply,
"description": "Portal App Service Provider",
"dependencies": {
"vue": "^2.6.11",
"axios": "^0.19.2",
"vue-google-maps": "^0.10.8",
"jquery": "3.2.1",
"datatables": "1.10.16",
"bootstrap": "4.3.1",
"bootstrap-select": "1.12.4",
"datatables.net-buttons-bs4": "^1.4.2",
"jquery-knob": "^1.2.13",
"moment": "2.23.0",
"slimScroll": "jquery-slimScroll#1.3.6",
"Waves": "waves#0.7.5",
"screenfull": "3.3.1",
"store2": "store#^2.10.0",
"toastr": "^2.1.3",
"bootstrap-material-datetimepicker": "^2.7.1",
"lightbox2": "^2.11.1",
"vuelidate": "^0.7.5",
"js-xlsx": "^0.15.5",
"bootstrap-sweetalert": "^1.0.1",
"vue-tables-2": "^2.0.15",
"vue-strap": "^1.1.40",
"sagalbot-vue-select": "latest",
"chart.js": "^2.9.3",
"lodash": "4.0.0",
"vue-i18n": "^8.18.2",
"vue-chartjs": "npm:vue-chartjs#3.5.0",
"vue2-datepicker": "npm:vue2-datepicker#3.6.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.bundle.min.js",
"dist/css/bootstrap.min.css"
]
},
"bootstrap-sweetalert": {
"main": [
"dist/sweetalert.min.js",
"dist/sweetalert.css"
]
},
"vue": {
"main": {
"development": "dist/vue.js",
"production": "dist/vue.min.js"
}
},
"vue-google-maps": {
"main": [
"dist/vue-google-maps.js"
]
},
"toastr": {
"main": [
"toastr.min.css",
"toastr.min.js"
]
},
"bootstrap-material-design": {
"ignore": true
},
"bootstrap-material-datetimepicker": {
"main": [
"js/bootstrap-material-datetimepicker.js",
"css/bootstrap-material-datetimepicker.css"
]
},
"lightbox2": {
"main": [
"dist/css/lightbox.min.css",
"dist/js/lightbox.min.js"
]
},
"vuelidate": {
"main": [
"dist/vuelidate.min.js",
"dist/validators.min.js"
]
},
"vue-strap": {
"main": [
"../../node_modules/vue-strap/dist/vue-strap.js",
"../../node_modules/vue-strap/dist/vue-strap.js.map"
]
},
"sagalbot-vue-select": {
"main": [
"../../node_modules/vue-select/dist/vue-select.css",
"../../node_modules/vue-select/dist/vue-select.js"
]
},
"vue2-datepicker": {
"main": [
"index.css",
"index.js"
]
},
"vue-i18n": {
"main": [
"dist/vue-i18n.min.js"
]
}
},
In my bower file like this. And yes I am using .bowerrc its works fine for me but when I add my code into my colleague, its not working for him..
Normally when I run npm run build it will show 3 things with package name, cached, validate, & install. For my colleague showed only cached and validate.!
… On Jul 9, 2020, at 10:38 AM, Mickael Jeanroy ***@***.***> wrote:
Hi @Hajakutbudeen <https://github.com/Hajakutbudeen>,
Can you give me your bower.json file (or at least, the dependencies section), and the .bowerrc file you use?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#349 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APGBFWRG6PQD2H3CC56TNNDR2VXVXANCNFSM4OUQOLTA>.
|
dear mjeanroy, please find the attchment of bower.json file, yes i am using .bowerrc i need to install vue-chartsjs & vue2-datepicker. ill install npm package.. when i use like this its works for me, cached, validate and install but after migrate with my colleague using github, its show not-cached and resolve kindly please help. thank you |
Hi @Hajakutbudeen, |
Hello dear, I am using "bower-npm-resolver" into my project. when i merge my project with my colleague using git. he got error like this.
its cached and validate but its not install that dependency into bower_components folder. i am using
bower v 1.8.8
npm v 6.14.5
trying to install
vue-chartjs
vue2-datepicker
lodash
chart.js
The text was updated successfully, but these errors were encountered: