Open zupaazhai opened 8 years ago
Looks like you're running on Windows and I can't remember if that supports the &&
in commands so you might just need to run each step individually. Though also each of those is using Unixy things so they might not work either. You can try to convert these commands to something that will work on Windows: https://github.com/reactjs/react-php-v8js/blob/master/example/package.json#L6-L9
FWIW, this project is not actively maintained so you'll be on your own to work that out, sorry.
I had a similar error, and mine was caused by a small syntax error in my JSX file.
How do I solve this issue, Thank.