styled-components / comparison

Comparing different ways to style components
MIT License
183 stars 23 forks source link

Windoze plz #42

Closed spences10 closed 7 years ago

spences10 commented 7 years ago

Hi, I tried to use this on windows and came across a few issues trying to look at the styled-components section

I followed the instructions on installation, had to change the scripts as that was failing, I added full file path:

"main": "src/index.js",
  "scripts": {
    "start": "C:/Users/spenc/gitrepos/comparison/examples/node_modules/.bin/webpack-dev-server --config C:/Users/spenc/gitrepos/comparison/examples/webpack.base.babel.js --content-base build"
  },
  "author": "Max Stoiber",

Then get the following output: image image

spences10 commented 7 years ago

closing, this. Feel free to open your own issue to resolve it, I'm no longer interested in it being resolved