supermedium / aframe-react

:atom: Build virtual reality experiences with A-Frame and React.
https://ngokevin.github.io/aframe-react-boilerplate/
MIT License
1.42k stars 151 forks source link

Update Readme installation command with react-dom unmet peer dependency #45

Closed ltfschoen closed 8 years ago

ltfschoen commented 8 years ago

Running the current command under the Installation heading displays the following after installing dependencies: UNMET PEER DEPENDENCY react-dom@*. Propose adding react-dom to the installation command to meet this peer dependency requirement for new installations. My system:

$ node -v
v7.0.0
$ npm -v
3.10.8
ngokevin commented 8 years ago

thanks!