【发布时间】:2021-09-02 14:14:53
【问题描述】:
我正在尝试在 VSCode 上运行我的 php 文件,甚至在将路径添加到环境变量之后。它仍然显示
`php : The term 'php' is not recognized as the name
of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a
path was included, verify that the path is correct
and try again.
At line:1 char:1
+ php -S 0.0.0.0:1234
+ ~~~
+ CategoryInfo : ObjectNotFound: (php:
String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundExcept
ion`
Xampp 的服务器也打开了,但它一次又一次地显示相同的错误,请帮我解决这个问题。附上相同的截图。
【问题讨论】:
标签: php node.js angular mongodb visual-studio-code