Npm WARN react-dom@15.5.4 requires a peer-to-peer response @ ^ 15.5.4, but none of them were installed

I am working on an adaptive application, after installing adaptive-native cards I had some problems, so I deleted the project and cloned the previous version with bitbucket; when starting npm install, the following error appears on the screen:

npm WARN react-dom@15.5.4 requires a peer of react@^15.5.4 but none was installed. npm WARN react-native@0.41.2 requires a peer of react@~15.4.0 but none was installed. npm WARN react-static-container@1.0.1 requires a peer of react@^0.13.0 || ^0.14.0 || ^15.0.0 but none was installed.

and the following screen appears on the simulator: ERROR SCREEN

Additional Information:

rereact-native-cli: 2.0.1 react-native: 0.43.4 platform: IOS Development Operating System: MacOS Sierra

Any idea on how to solve the problem?

+4
source share
1 answer

, ^ package.json response-native-router-flux. npm install .

yarn install

+1

Source: https://habr.com/ru/post/1675618/


All Articles