I'm trying to boot up a localhost for some GitHub code I've cloned. I am getting the message:
cmdlet Start-Process at command pipeline position 1
Supply values for the following parameters:
FilePath:
Followed by this error when I type anything
start : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1
+ start
+ ~~~~~
+ CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
+ FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
I feel this is so simple but need help, how can I specify the FilePath?
I've tried every solution I can currently find.