Search code examples
laravelvue.jsvee-validate

How to install previous version of vee-validate?


I am building a project on Vue and Laravel. I have bought a templates based on Vue and it is not supported newer version of Vee-validate so I have to install vee-validate2.*

I tried few instructions online but no one seems to be stating clearly.

Please help I am using Yarn to install plugins.


Solution

  • To list versions available:

    yarn info vee-validate versions
    

    To install one of the available versions:

    yarn add [email protected]