본문 바로가기

개발자노트

[Laravel] Vagrant error : A VirtualBox machine with the name 'homestead-7' already exists

A VirtualBox machine with the name 'homestead-7' already exists


그리고 ==> homestead-7: VM not created. Moving on...




이 에러는 컴퓨터를 끌 때 제대로 vagrant destroy를 안해줘서 생겨난다.

(꼭 컴퓨터 끄기전에 destroy를 해서 정상 종료를 하자)



해결 방법은 virtualBox를 실행 한 후

나타나는 모든 충돌요소들을 삭제한다.


그리고 나서 vagrant global-status로 확인하고 


목록에 없는 것을 확인 한 후

다시 vagrant up을 해주면 된다.