Where is the conflict in versioning for these npm packages?

Viewed 27

I try to run npm install and I encounter this output:

npm ERR! While resolving: my_website@0.1.0                                                                                                     
npm ERR! Found: react@16.14.0                                                                                                                          
npm ERR! node_modules/react
npm ERR!   react@"^16.14.0" from the root project
npm ERR!   peer react@"^15.0.0 || ^16.0.0" from react-google-maps@9.4.5
npm ERR!   node_modules/react-google-maps
npm ERR!     react-google-maps@"^9.4.5" from the root project

I don't understand the issue. react@16.14.0 is AFAIU react@"^15.0.0 || ^16.0.0"

Why are my versions incorrect?

Thank you,

Slackware

1 Answers
Related