"The system cannot find the path specified" WebStorm 中的错误和 meteor.js

"The system cannot find the path specified" error in WebStorm and meteor.js

我正在使用 Meteor.js 编程,IDE 使用的是 WebStorm;每当我在 WebStorm 中点击 运行 时,我都会收到这种错误:

The system cannot find the path specified.

我不知道如何修复它。我试图访问 WebStorm 输出中的路径,但我发现 meteor.bat & runnerw.exe

"C:\Program Files (x86)\JetBrains\WebStorm 2016.3.4\bin\runnerw.exe" C:\Users\forland\AppData\Local\.meteor\meteor.bat
The system cannot find the path specified.

Process finished with exit code 3

您是否正确遵循了 WebStorm 帮助指南中的 Running and debugging a Meteor application 说明?听起来 WebStorm 无法找到 meteor 可执行文件。

这里有一些其他资源可以提供帮助。

此外,尝试 运行 您在 WebStorm 之外的流星项目,以确保您没有流星可执行文件问题。

  • 从命令行浏览到您的流星项目文件夹。
  • 运行 项目

    meteor run
    

如果您在尝试这些资源后遇到错误或有更多信息,请更新您的问题。