I am building a project using WebStorm 2016.2.2. I am using version 6.6.0 from Node.js. I installed the JavaScript version for ES6, but I get "unexpected markers" for both import and export . I get no errors for BTW lambda expressions.
Why am I getting this error? Am I doing something wrong or is Node just not supporting import and export without Babel (although I installed the JavaScript version on ES6)?
source share