ericpalakovichcarr / drf-react-redux

This repository shows how to use Django, Django Rest Framework, React, and Redux together.
MIT License
81 stars 18 forks source link

npm start gives the following error #1

Open codecraf8 opened 8 years ago

codecraf8 commented 8 years ago
ERROR in ./client/index.js
Module build failed: SyntaxError: Unexpected token (10:2)

   8 |
   9 | render(
> 10 |   <Root store={store} />,
     |   ^
  11 |   document.getElementById('root')
  12 | );
  13 |
fabienheureux commented 7 years ago

It seems that there is an issue with babel (not an expert), did you try some solutions on this thread, this one especially: http://stackoverflow.com/a/34558820/1503521