[email protected] requires a peer of react@^15 but none is installed. You must install peer dependencies yourself
You need React in your package.json
Try the following in the folder where your package.json
is placed:
npm install react --save
If react
is already present in your package.json
verify that the version is higher then 15.0.
If that's not fixing your error, please provide us your package.json