I use yarn as my package manager and it relies on tags to identify the latest version when updating the version. Therefore it recommends using an older version.
However, the latest tag in the npm registry points to the latest version for the vue 2 version (2.x).
I think it would be nice to change this setting to point to the latest version (4.x) as vue 3 is now well-established.
Hi,
I use yarn as my package manager and it relies on tags to identify the latest version when updating the version. Therefore it recommends using an older version.
However, the
latest
tag in the npm registry points to the latest version for the vue 2 version (2.x).I think it would be nice to change this setting to point to the latest version (4.x) as vue 3 is now well-established.
Best,