Search code examples
npmversionpackage.json

Matching the version range for all npm packages


On my IntelliJ Idea, I get this alert: the install version "vue@2.4.2" doesn't match the version range "vue@^2.5.16

I know how to solve this: yarn install vue@2.5.16.

But I got this problem with all my dependencies. I don't want to solve everything one by one...


Solution

  • I solved it by the command: yarn upgrade