node -v): v6.9.4npm -v): 4.1.2Error while assets compiling, vue version 2.2.2 but vue-template-compiler in laravel-mix is 2.2.1, need to update
update to latest version via Yarn and run
yarn run dev
or
npm run dev
You should be able to nuke your node_modules folder and redo npm install.
Tip:
yarn cache clean
rm -rf node_modules
yarn
馃憣
Most helpful comment
Tip:
yarn cache cleanrm -rf node_modulesyarn馃憣