0๐
Have you run this command first npm install
prior to npm run serve
?
0๐
[SOLVED]
I already solved this problem by uninstall npm, nodejs and reinstall them.
sudo apt-get remove npm
sudo apt-get remove nodejs
sudo apt-get install nodejs npm
- [Vuejs]-How do I import Axios into main.js in Vue?
- [Vuejs]-How to compile multiple mix.webpackConfig with multple folders in Laravel VueJs
Source:stackexchange.com