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

198
Views
npm dependencies require different versions

I have two packages, which rely on different versions of sass.

vuetify requires sass@1.32.1

@org/myPackage requires sass@1.52.0 Running my project with either versions causes a problem when running the applications related to the sass version

Now I want to use two different versions. I tried using resolutions without success, because it only allows me to use one version of sass.

"dependencies": {
   "vuetify": "2.5.14",
}
"devDependencies": {
    "sass": "1.32.13",
  },
  "overrides": {
    "@org/myPackage": {
      "sass": "^1.42.0"
    },
}

What other possibilities are there?

about 4 years ago · Juan Pablo Isaza
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!