In package.json I see the line: "vue": "^2.1.10", but doing npm update I see: [email protected].
Which Vue version is installed in my Laravel App? Is there another way to see it?
And how would you update Vue to Version 2.5.13 if it is still on 2.1.10?
Go to package.json
under dependencies
you can find "vue": "^2.1.10"
if you wish to change version, just edit to the version you want and run npm update
or npm install
Or if you wish to do it through npm then
npm remove vue
npm install [email protected] --save
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With