vuex-electron icon indicating copy to clipboard operation
vuex-electron copied to clipboard

Update yarn installation instructions for package.

Open frankperez87 opened this issue 3 years ago • 0 comments

When trying to run the command to install vuex-electron via yarn, you'll get an error in the terminal now since yarn as replaced install with the add keyword.

Example of the error returned is as follows:

error `install` has been replaced with `add` to add new dependencies. Run "yarn add vuex-electron" instead.

frankperez87 avatar May 23 '22 00:05 frankperez87