Hey there! I know that a few of you here, aren't half bad coders, and I'm hoping someone can help me. I am following this tutorial: https://laravel.com/docs/9.x
When I try to run sail up for the first time, this happens:
CLOSEUP:
This page is a permanent link to the reply below and its nested replies. See all post replies »
SW-User
i am not familiar with laravel .. But if you're running npm, just be sure you're not on the VM .. best to run from the project directory
@SW-User I am on a virtual machine, but I'm not running NPM, I'm running sail for Laravel (for the first time, so it's trying to install)
SW-User
@Entheesaok, you may try the install i said below in basil's reply, but if it doesnt work .. you can try this .. within the laravel project directory, run this .. docker-compose exec laravel.test bash ..
then run npm install -g npm@latest ver here ... i dont know what the latest version is lol