On line

import React from 'react'; 

throws a SyntaxError: Unexpected token import error. Version of node 8.1.4.

Es version Included compiler

  • IDE report errors? or server? - Mikhail Vaysman
  • IDE at server startup - user258800
  • Accumulated that v8 does not support all es6 functions, only stable. That is, to compile import, export, you need Babel or something like that, right? - user258800

0