【问题标题】:php storm file not openingphpstorm文件打不开
【发布时间】:2022-08-13 02:52:54
【问题描述】:

我安装了 xampp、composer、nodejs 和 npm,创建了一个项目。 但是当我使用命令 phpstorm 时,它显示如下:

C:\Users\Hp>cd freeCodeGram

C:\Users\Hp\freeCodeGram>php storm .
Could not open input file: storm 

【问题讨论】:

  • 请检查您是否已将 phpstorm 添加到您的 windows 路径。
  • php storm 调用名为 storm 的 php 文件。很明显

标签: phpstorm


【解决方案1】:

尝试在 php 和storm之间没有空格

phpstorm .

您现在正尝试将文件风暴作为 php 命令或其他任何命令运行 - 这不起作用:)

【讨论】:

  • C:UsersHpreeCodeGram>phpstorm 。 'phpstorm' 不是内部或外部命令、可运行程序或批处理文件。
  • 您知道该命令所要做的就是打开 phpstorm 对吗?尝试在不使用命令行的情况下打开 phpstorm
猜你喜欢
  • 2017-02-01
  • 2011-10-03
  • 2014-05-31
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2020-06-10
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多