Warn Sail users to prefer npm run dev
over sail npm run dev
for Laravel Bootcamp
#44323
Unanswered
Johannes-Werbrouck
asked this question in
Ideas
Replies: 1 comment
-
I had a similar issue. I spent some time trying to figure out what I was doing wrong. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When following the Laravel Bootcamp, I chose Sail to get everything running using docker. This caused issues when I tried to run
sail npm run dev
, Vite was not able to return anything so just a blank page was displayed. When I stopped thesail npm run dev
command, the regular pages were displayed correctly again.I was able to work around this by running
npm run dev
on my local machine as opposed to running it in the container. As I see it there are two possible improvement options here:sail npm run dev
to work. I will need help for this.npm run dev
locally. For this, I can create a PR.Beta Was this translation helpful? Give feedback.
All reactions