buildo/react-placeholder

install question

Closed this issue · 2 comments

Excuse me, I would like to try this function, but got this warning, how could I go next?

screenshot 2017-11-22 15 53 03

Hi @bluetch,

In your image only the last two warnings are related to react-placeholder.
To solve them, you should install react and react-dom in your project as they are required but not installed by react-placeholder.

so, if they are missing from your package.json => add them and then run npm install
if they already exist in you package.json => simply run npm install

thank you explain in detail, it works now :)