[Vuejs]-Why does "import vue" line show "Uncaught SyntaxError"?

0👍

Well you need to run it they way it’s explained in the article i provided as duplicate.
The problem is the same, node does not yet support ES6 by default. (Import, Export is ES6 syntax)

0👍

I solved it.
I recreated my vue project using node v12.4.0

Leave a comment