Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

439
Views
WARNING Compiled with 1 warning in ./node_modules/bootstrap/dist/css/bootstrap.css

Hello hope you are well!

I am creating a crud app in vuejs I have installed global vuejs, bootstrap and after that import file bootstrap in main.js.

import Vue from 'vue'
import App from './App.vue'
import './registerServiceWorker'
import router from './router'
import store from './store'

import BootstrapVue from 'bootstrap-vue'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'


Vue.use(BootstrapVue)

Vue.config.productionTip = false

new Vue({
  router,
  store,
  render: h => h(App)
}).$mount('#app')

But when I run command npm run serve me display error: WARNING Compiled with 1 warning 6:43:27 PM

warning in ./node_modules/bootstrap/dist/css/bootstrap.css

Module Warning (from ./node_modules/postcss-loader/dist/cjs.js): Warning

(2482:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.

Do you have any idea how to solve it? Thanks in advance!

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I had the same issue, solved by running

npm install bootstrap@5.2.0-beta1
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!