Module not found: Can't resolve 'react-google-maps'
See original GitHub issueHi there
I get this message and I don’t know why:
Module not found: Can't resolve 'react-google-maps' in '/usr/src/app/src/components'
I tried to delete node_modules folder, tried various versions of your library but it didn’t help. Curently I use React 16.4.0 and react-google-maps 9.4.5. I don’t use typescript as the other users with the same problem.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7
Top Results From Across the Web
Module not found: Can't resolve 'google-maps-react' in 'C ...
I used: $ npm install --save google-map-react from this very simple tutorial that I found online: https://dev.to/jessicabetts/how-to-use-google- ...
Read more >@react-google-maps/api - npm
If you want to use window.google object, you need to extract GoogleMap in separate module, so it is lazy executed then google-maps-api script...
Read more >Error: Can't resolve '@react-google-maps/api'
Hello campers, please can someone tell why my react google map app is not working even after downloading react-google-maps/api.
Read more >Can't resolve 'google-maps-react' in 'C:\Users\USUARIO-Reactjs
Related Query · react google maps node module map style loads empty object, not json · How to fix this error : "...
Read more >Build Failing Cannot find module '@react-google-maps
Build Failing Cannot find module '@react-google-maps ... Starting to prepare the repo for build 2:18:06 PM: No cached dependencies found.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
same issue here… Just installed react-google-maps fresh first time by
npm i react-google-maps
npm i react-google-maps --force