rgranadino / mage2_vagrant

Simple Magento 2 Vagrant Box
249 stars 68 forks source link

Error in Windows #33

Closed cerebrumbr closed 8 years ago

cerebrumbr commented 9 years ago

See image ...

img

therouv commented 9 years ago

Hi @cerebrumbr Are the puppet submodules (in subfolder "puppet_modules") correctly installed? If not: can you delete the repository and clone recursively again?

git clone --recursive git@github.com:rgranadino/mage2_vagrant.git

Alternatively, you can also re-init the submodules (in an existing cloned repository) via the following command:

git submodule update --init --recursive