[Vuejs]-Laravel – npm run watch does not work on Lara 7, Node: v10.15.0 and NPM: v6.5.0

3πŸ‘

βœ…

β€˜vue-template-compilerβ€˜ is missing on your packag.json, do :

rm -R node_modules 
npm install 
npm install -g yarnpkg
npm install --save vue-template-compiler
npm run dev
πŸ‘€Leo

Leave a comment