1đź‘Ť
âś…
yarn add package-name
installs the “latest” version of the package.
yarn add package-name@1.2.3
installs a specific version of a package from the registry.
Try yarn add vuex@3
👤c5vargas
Source:stackexchange.com