You can explicitly specify versions of the plugins being used.
1 2 3 4 5 6 7 8 | { "plugins": { "@vue/cli-plugin-eslint": { "version": "^3.0.0", // ... other options for this plugin } } } |
For official plugins, the CLI will automatically use the latest version available in the registry.
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.