react-google-maps icon indicating copy to clipboard operation
react-google-maps copied to clipboard

Problem in Installation

Open rohitmultani opened this issue 2 years ago • 2 comments

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

rohitmultani avatar Aug 04 '22 13:08 rohitmultani

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

mohamedaleya avatar Nov 10 '22 10:11 mohamedaleya

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'

mrinmoygh081 avatar Dec 09 '22 11:12 mrinmoygh081