I go to Herd and install Node. Doesn't make a difference. I go to the npm website and install npm.
Then I do npm run dev in a laravel project, and I get
sh: vite: command not found
Isnt Herd supposed to install all these things? Should I install Vite manually?
I have the same problem. I installed Herd on a Mac and am trying to go through the Laravel Bootcamp > Chirper With Livewire. I get to the "npm run dev" step and get "zsh: command not found: npm".
I too thought Herd would take care of all of this. Did you ever get it working?