Skip to content

Fix yarn install#11

Merged
shreyas-a merged 1 commit intoshreyas-a:masterfrom
c-w:fix-yarn-install
Oct 21, 2017
Merged

Fix yarn install#11
shreyas-a merged 1 commit intoshreyas-a:masterfrom
c-w:fix-yarn-install

Conversation

@c-w
Copy link
Contributor

@c-w c-w commented Oct 20, 2017

The setup described in the readme (yarn install && yarn start) failed for me since package.json is missing a reference to react which is a peer-dependency of react-dom and react-router-dom.

Adding react-15.6.2 as a dependency makes the project install and start cleanly.

The setup described in the readme (`yarn install && yarn start`) failed
for me since package.json is missing a reference to react which is a
peer-dependency of react-dom and react-router-dom.

Adding react-15.6.2 as a dependency makes the project install and start
cleanly.
@shreyas-a shreyas-a merged commit f0be8a4 into shreyas-a:master Oct 21, 2017
@shreyas-a
Copy link
Owner

I'd like your inputs on the Webpack configuration in this repo. Or everything looks fine?

@c-w
Copy link
Contributor Author

c-w commented Oct 21, 2017

Hi @shreyas-a; I'm not an expert in webpack so I can't comment much on the configuration. For simple applications like this one, I'd usually just rely on create-react-app which has very sensible defaults.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants