tomchentw / react-google-maps

React.js Google Maps integration component
https://tomchentw.github.io/react-google-maps/
MIT License
4.63k stars 935 forks source link

Problem in Installation #1094

Open rohitmultani opened 2 years ago

rohitmultani commented 2 years ago

App saying it requires more peer dependencies further to be installed.

mohamedaleya commented 2 years ago

Try installing with: npm install --save react-google-maps --legacy-peer-deps

mrinmoygh081 commented 1 year ago

by using --legacey-peer-deps, the library is installed but not working correctly.

import { Map, InfoWindow, Marker, GoogleApiWrapper } from "google-maps-react"; importing required methods causes the error. the error is Module not found: Error: Can't resolve 'google-maps-react'