laravelで、homesteadを導入時に、以下のエラーに遭遇しました
コマンド
homestead up
を実行
それで、以下のエラーが出ました。
Bringing machine ‘default’ up with ‘virtualbox’ provider…
There are errors in the configuration of this machine. Please fix
the following errors and try again:
vm:
* The host path of the shared folder is missing: ~/Code
これは、要するに、ホームディレクトリに Codeというフォルダがないということです。
cd ~
mkdir ./Code
これで再度
homestead up
これでエラーが解消され、問題が解決しました
コメント:0
トラックバック:0
- この記事のトラックバック URL
- https://www.itblog.jp/wp-trackback.php?p=9871
- トラックバックの送信元リスト
- エラーThe host path of the shared folder is missing: ~/Codeの対処 - ITblog より