【问题标题】:How do I fix this error when I try to run vulcan on meteor? It is given in the body当我尝试在陨石上运行 vulkan 时,如何解决此错误?它在体内给出
【发布时间】:2019-11-08 04:08:09
【问题描述】:

我不知道如何解决这个问题。错误信息

C:\Users\Sean O'Gary\Documents\Vulcan-Starter>npm start

> Vulcan@1.13.4 prestart C:\Users\Sean O'Gary\Documents\Vulcan-Starter
> node .vulcan/prestart_vulcan.js

 ___    ___
 \\\\  ////
  \\\\////    Vulcan.js
   \\\///    The full-stack React+GraphQL framework
    ────
>  Happy hacking with Vulcan!
>  The docs are available at: http://docs.vulcanjs.org

> Vulcan@1.13.4 start C:\Users\Sean O'Gary\Documents\Vulcan-Starter
> meteor --settings settings.json

[[[[[ C:\Users\Sean O'Gary\Documents\Vulcan-Starter ]]]]]

=> Started proxy.
=> Started MongoDB.
npm ERR! code ELIFECYCLE..                   /
npm ERR! errno 3221226356
npm ERR! Vulcan@1.13.4 start: `meteor --settings settings.json`
npm ERR! Exit status 3221226356
npm ERR!
npm ERR! Failed at the Vulcan@1.13.4 start script.
npm ERR! This is probably not a problem with npm. There is likely additional 
logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Sean O'Gary\AppData\Roaming\npm-cache\_logs\2019-11- 
07T17_48_59_123Z-debug.log

我只是缺乏经验。最初,它告诉我我不能拥有 运行两个版本的流星,并且端口 3000 不可​​用。我摆脱了 通过在任务管理器中杀死与流星相关的进程。然而这些错误 消息并没有消失。我正在使用 Windows 10。

【问题讨论】:

    标签: node.js meteor command-prompt vulcan vulcanjs


    【解决方案1】:

    欢迎来到 Stack Overflow。

    errno 3221226356 上进行谷歌搜索,

    我找到了这个答案

    process get exited with return value 3221226356

    其中一个响应表明某种堆损坏,您不应该在 Meteor 中的转译环境中真正遇到这种情况。

    如果你还没有重启你的机器,那么我认为你应该尝试meteor reset,最坏的情况是删除~/.meteor中的文件并重新安装meteor。

    【讨论】:

    • 非常感谢。我会看看这是否有帮助。
    猜你喜欢
    • 2013-05-03
    • 2021-12-21
    • 2021-11-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-10-24
    • 2015-05-09
    • 2021-06-27
    相关资源
    最近更新 更多