shukerullah / react-geocode

A React module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.
MIT License
207 stars 33 forks source link

Install issue: Can't Resolve 'regenerator-runtime' #26

Closed sselfridge closed 4 years ago

sselfridge commented 5 years ago

trying to use the package and after installing it and placing the require statement in my project I get the following error when running my project

client:159 ./node_modules/react-geocode/lib/index.js Module not found: Error: Can't resolve 'regenerator-runtime' in '{DIR}/node_modules/react-geocode/lib'

Manually installing regenerator-runtime compiles without error

shukerullah commented 4 years ago

Hi, can you try latest version please?

sselfridge commented 4 years ago

Working now with "^0.2.0"