We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the installation instruction in the examples, from the root repo
npm install npm run build-examples
However the following errors occurred:
ERROR in ./src/ReactMapComponents.js Module not found: Error: Cannot resolve module 'react/lib/mapObject' in /Users/jmart/experiment/react-googlemaps/src @ ./src/ReactMapComponents.js 4:16-46 ERROR in ./src/ui/MapOption.js Module not found: Error: Cannot resolve module 'react/lib/invariant' in /Users/jmart/experiment/react-googlemaps/src/ui @ ./src/ui/MapOption.js 3:16-46 ERROR in ./src/ui/MapEvent.js Module not found: Error: Cannot resolve module 'react/lib/invariant' in /Users/jmart/experiment/react-googlemaps/src/ui @ ./src/ui/MapEvent.js 3:16-46 ERROR in ./src/GoogleMapsAPI.js Module not found: Error: Cannot resolve module 'react/lib/invariant' in /Users/jmart/experiment/react-googlemaps/src @ ./src/GoogleMapsAPI.js 3:16-46 ERROR in ./src/ui/ReactMapComponent.js Module not found: Error: Cannot resolve module 'react/lib/invariant' in /Users/jmart/experiment/react-googlemaps/src/ui @ ./src/ui/ReactMapComponent.js 4:16-46 ERROR in ./src/ui/components/ReactMap.js Module not found: Error: Cannot resolve module 'react/lib/keyMirror' in /Users/jmart/experiment/react-googlemaps/src/ui/components @ ./src/ui/components/ReactMap.js 5:16-46 ERROR in ./src/ui/ReactMapComponentMixin.js Module not found: Error: Cannot resolve module 'react/lib/invariant' in /Users/jmart/experiment/react-googlemaps/src/ui @ ./src/ui/ReactMapComponentMixin.js 4:16-46
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
I followed the installation instruction in the examples, from the root repo
However the following errors occurred:
The text was updated successfully, but these errors were encountered: