I have a problem with vueJs webpack , i want to run in server , with command : npm run dev . Nothing happing just , a list of errors : enter image description here
-
2You need to post the relevant error message directly in the question. That said, you actually posted the least helpful piece. You need to post the stack trace error that is located above what you've shown in the image.David L– David L2017-05-13 13:07:45 +00:00Commented May 13, 2017 at 13:07
Add a comment
|
4 Answers
I use webpack vue-cli
I code and run my vue apps on android tablet
i too got the same log errors using npm run dev
I think it is because of the platform i am running the app(android)
so i use
webpack-dev-server --inline --hot
This works for me.so try runningwebpack-dev-server --inline --hot command