Describe the bug
I'm just trying to get started using leaf but it's not working it seems. After I go thru the process of the initial setup, I run php leaf serve and npm fails on a couple things.
- leafphp is not recongized as an command
- 'dev' is not recognized as an command
- this:
[3] Start-Process : This command cannot be run due to the error: The system cannot find the file specified.
[3] At line:1 char:1
[3] + Start-Process -Filepath 'C:\Users\corey\OneDrive\Documents\workspace\
IMPORTANT I am not corey, there is no one named corey here. This file path does not exist on my machine and it is unclear from my reviewing where this file path is coming from.
To Reproduce
leaf create leaf-testing
- select mvc
- install starter YES
- select view engine (i've tried both blade and vue)
- no tests
- no docker
cd leaf-testing
leaf serve
Expected behavior
The app to launch in dev move
Additional context
Windows 11, nvm, node v24, php 8.3