Meteor 0.5.0 示例未在 Windows 上运行

标签 meteor

在 Windows Vista 上全新安装 Meteor 0.5.0。我没有得到基本的例子。创建空的 hello 应用程序后也没有成功。外壳以管理员身份运行。 Meteor 识别出我更改了​​一个源文件,但是什么也没有。我在文件系统的哪个位置尝试这个并不重要。总是得到

Exited with code: -1073741819:

例如

C:\Users\jawford\Meteor Apps\Examples>meteor create starter3
starter3: created.

To run your new app:
   cd starter3
   meteor

C:\Users\jawford\Meteor Apps\Examples>cd starter3

C:\Users\jawford\Meteor Apps\Examples\starter3>meteor
[[[[[ C:\Users\jawford\Meteor Apps\Examples\starter3 ]]]]]

Running on: http://localhost:3000/
Exited with code: -1073741819
Exited with code: -1073741819
Exited with code: -1073741819
Your application is crashing. Waiting for file change.
=> Modified -- restarting.
Exited with code: -1073741819
Exited with code: -1073741819
Exited with code: -1073741819
Your application is crashing. Waiting for file change.
^CTerminate batch job (Y/N)? y

C:\Users\jawford\Meteor Apps\Examples\starter3>

最佳答案

如果您在使用 Windows 8 时遇到此问题,您将需要更改节点可执行文件的兼容模式。

  • 转到安装 Meteor 的文件夹
  • 打开 bin/node.exe 的属性
  • 为 Windows 7 设置兼容模式

您现在应该能够像之前一样启动应用程序。

关于Meteor 0.5.0 示例未在 Windows 上运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13150330/

相关文章:

node.js - Travis CI 中的 eslint 失败,但不是本地的

javascript - 如何在 Meteor.js #each 包装器中生成多个 SVG

javascript - 如何更改 Meteor 加载 Javascript 文件的顺序?

javascript - 使用 Meteor 和 Iron Router 创建用户配置文件页面

javascript - meteor : "=> Exited with code: 8"错误

ios - 如何在 Cordova 的 Meteor 中播放 YouTube 视频?

javascript - Jquery 一次点击循环两次

templates - 如何处理 Meteor 模板中的 switch case

javascript - 单击 Meteor 中的复选框时返回不同的数据子集

meteor - 如何禁止 meteor 中非事件用户登录?