Trouble installing with gpm

Hello,

I try to install the Google Maps plugin with the following command on Windows 7:

php bin/gpm install gmaps

I get the following errors:

eval is not recognized as an internal or external command

and then:

Preparing to install Google Maps [v1.0.4]
|- Downloading package… 0%
[RuntimeException]
Error while trying to download ‘https://github.com/nunopress/grav-plugin-gmaps/zipball/v1.0.4

Any help would be appreciated!

I would suggest installing Git Bash and using that as it will let you run the scripts with the required commands: https://git-for-windows.github.io/

Hi,

many thanks for your answer (and sorry for the late answer).
It now works fine and the plugin has been successfully downloaded (though I still get the “eval is not recognized as an internal or external command” error message).

Preparing to install Google Maps [v1.0.4]
|- Downloading package… 100%
|- Checking destination… ok
|- Installing package… ok
'- Success!

Are you using Git Bash?

Hi,

I followed your suggestion, i.e. I installed Git for Windows. After the install, I could run the gpm install and it downloaded the plugin (and its dependencies).

Did I answer to your question?