尝试在流星上运行vulcan时如何解决此错误?它在体内

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

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不可用。我摆脱了 通过杀死任务管理器中与流星相关的过程来解决。但是这些错误 消息还没有消失。我正在使用Windows10。

cadlovehmy 回答:尝试在流星上运行vulcan时如何解决此错误?它在体内

欢迎使用堆栈溢出。

errno 3221226356上造谷歌,

我找到了这个答案

process get exited with return value 3221226356

其中一个响应表明某种堆损坏,在转译环境中,您实际上不应该进入Meteor。

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

本文链接:https://www.f2er.com/3142522.html

大家都在问