paliarush / magento2-vagrant-for-developers

Vagrant Box for Magento 2 Developers
MIT License
447 stars 165 forks source link

Error running bash init_project.sh #97

Closed dazuaz closed 8 years ago

dazuaz commented 8 years ago

Had to do:

composer clear-cache , most likely because i had previously cloned/installed

Also had to delete entry from /etc/exports due to and NFS error, prolly related to the error I ran into before clearing the composer cache.

Thanks for the project.

paliarush commented 8 years ago

@dazuaz do you mean that you tried to run ini_project.sh twice? If so, this is not expected scenario. If you need to recreate project, use init_project.sh -f or init_project.sh -fc (see readme for details).

If you were trying to install project from scratch, please let me know your OS version and the latest commit in magento2-vagrant-for-developers repository you have.

Thanks