Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Module not found error #49

Closed
msurguy opened this issue Nov 10, 2015 · 6 comments
Closed

Module not found error #49

msurguy opened this issue Nov 10, 2015 · 6 comments

Comments

@msurguy
Copy link

msurguy commented Nov 10, 2015

Hi!

I've downloaded this repo and ran the commands specified in Readme but getting the error below which prevents me from running this locally.

screen shot 2015-11-09 at 6 08 02 pm

What could be the problem?

@RachBLondon
Copy link

Yeah I am also getting the same error. I have tried installing the latest react & react-dom, bur its still not working. I am curious to get started with this, so appreciate any pointers - ta!

@PEM--
Copy link

PEM-- commented Nov 10, 2015

That's due to an issue on webpack-1.12.3: webpack/webpack#1596

In your package.json, set webpack and webpack-dev-server to their former releases:

    "webpack": "1.12.2",
    "webpack-dev-server": "1.10.0 "

@PEM--
Copy link

PEM-- commented Nov 11, 2015

webpack-1.12.4 has just been published and it fixes this issue. @msurguy, you should close this.

@RachBLondon
Copy link

Thanks for getting back to me so quickly on this :-)

@fionawhim
Copy link
Collaborator

Thanks for clearing this up, @PEM--!

@PEM--
Copy link

PEM-- commented Nov 11, 2015

My pleasure. Thank you for sharing your library. I will surely use it for one of my next project.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants