'How to install older version of vue 2.6.11?
I want to install vue 2.6.11 which command line would work for that ?
Solution 1:[1]
check this :
npm install vue-router@2
Solution 2:[2]
Everything you need to know is here: similar question
Simply write npm i [email protected] in the terminal of the project folder.
You can navigate to that project folder using cd inside of any terminal.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jeremy Caney |
| Solution 2 | inerpiece |
