mderrick / react-html5video

A customizeable HTML5 Video React component with i18n and a11y.
http://mderrick.github.io/react-html5video/
MIT License
459 stars 123 forks source link

CSS error when trying to run the demo in Windows machine #90

Open Pazamozaurus opened 7 years ago

Pazamozaurus commented 7 years ago

Hey mderrick, I tried to clone and run the demo as described in the instructions in the readme:

And when I'm running the last command I'm getting the following (webpack-css-loader-related?) error: ERROR in ./demo/~/react-html5video/dist/styles.css Module parse failed: C:\Users\Pazamozaurus\Desktop\reactvideo\demo\node_modules\react-html5video\dist\styles.css Unexpected token (1:0) You may need an appropriate loader to handle this file type. SyntaxError: Unexpected token (1:0)

Did I do something wrong? Thanks, Pazamozaurus

mderrick commented 7 years ago

Hi @Pazamozaurus I just ran these commands and everything worked for me. What version of node and npm are you using?

cheeyim commented 7 years ago

Hi @mderrick ,

It happens to me too, with the exact same steps and error message. I am using node v6.10.3 and npm v3.10.10. I am using Windows 10.

mderrick commented 7 years ago

Looks like its window only issue. Cannot replicate this myself as I am not on Windows...have you solved this at all?