MacBook Air (M1, 2020) / チップApple M1/8コアでlaravel環境の構築できず、以下に試したことを書きますので、アドバイスいただけると幸いです。
足りていないこと、M1特有でインストールや実行できないもの、代替操作を教えて頂きたいです。
よろしくお願いいたします。
前提
$ sysctl machdep.cpu.brand_string のコマンドで
machdep.cpu.brand_string: Apple M1 と表示
機種名:MacBook Air
機種ID:MacBookAir10,1
チップ:Apple M1
コアの総数:8(パフォーマンス: 4、効率性: 4)
メモリ:8 GB
できたこと
・xampp環境構築
・php artisan serveコマンド実行後、
xamppを起動してlocalhost:8000でlaravelの画面が表示される
・mysql -u root -p
Welcome to the MySQL monitor.が表示される
できないこと (以下が、他サイトの手順とエラーや表示画面が異なり、どう解決すればいいか分からない状態です。)
・NetBeansのインストール
・vagrant upの実行、
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'hashicorp/bionic64' version '1.0.282' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
There was an error while executing VBoxManage
, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "*****", "--type", "headless"]
Stderr: VBoxManage: error: The virtual machine '*****' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
回答1件
あなたの回答
tips
プレビュー