[Vuejs]-SyntaxError: Unexpected token … in serialport in node_modules

0👍

I have found a solution. You can convert the ES6 code to original JavaScript code with Babel(https://babeljs.io/en/repl).

I converted the ES6 code to vanilla JavaScript through Babel. I ticked ENV PRESET in left sidebar. I set Electron to “1.8” and Node to “8.16”. It worked well.
Babel Screenshot

Leave a comment