Home:ALL Converter>Uncaught SyntaxError: Unexpected token import in reactjs

Uncaught SyntaxError: Unexpected token import in reactjs

Ask Time:2016-07-15T14:37:42         Author:sibi

Json Formatter

am new to reactjs, just tried to run a sample program and so for what i did is

Followed this link for environmental setup : tutorialpoint

Just done all this in the tutorial, finally while i run Uncaught SyntaxError: Unexpected token import and my os is ubuntu

Also a change done in above tutorial, in index.html <script src = "index.js"></script> to <script src = "main.js"></script>.

Please do needful and any other ideas and any other websites to learn is appreciated.

Author:sibi,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/38389370/uncaught-syntaxerror-unexpected-token-import-in-reactjs
yy