Laravel-mix: vue-template-compiler and vue version mismatch

Created on 10 Mar 2017  路  2Comments  路  Source: JeffreyWay/laravel-mix

  • Laravel Mix Version: 0.8.8
  • Node Version (node -v): v6.9.4
  • NPM Version (npm -v): 4.1.2
  • Yarn Version : v0.21.3
  • OS: Windows 10

Description:

Error while assets compiling, vue version 2.2.2 but vue-template-compiler in laravel-mix is 2.2.1, need to update

Steps To Reproduce:

update to latest version via Yarn and run
yarn run dev
or
npm run dev

Most helpful comment

Tip:
yarn cache clean
rm -rf node_modules
yarn

馃憣

All 2 comments

You should be able to nuke your node_modules folder and redo npm install.

Tip:
yarn cache clean
rm -rf node_modules
yarn

馃憣

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pixieaka picture pixieaka  路  3Comments

Cheddam picture Cheddam  路  3Comments

stefensuhat picture stefensuhat  路  3Comments

jpriceonline picture jpriceonline  路  3Comments

terion-name picture terion-name  路  3Comments