简体   繁体   English

当我尝试在 meteor 上运行 vulcan 时,如何解决此错误? 它在体内给出

[英]How do I fix this error when I try to run vulcan on meteor? It is given in the body

I can't figure out how to solve this problem.我不知道如何解决这个问题。 The error message错误信息

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

I am simply inexperienced.我只是缺乏经验。 Initially, it was telling me that I cannot have two versions of meteor running and that port 3000 was unavailable.最初,它告诉我不能运行两个版本的 meteor 并且端口 3000 不可用。 I got rid of that by killing meteor related processes in task manager.我通过在任务管理器中杀死 meteor 相关进程来摆脱它。 Yet these error messages have not gone away.然而,这些错误信息并没有消失。 I am using windows 10.我正在使用 windows 10。

Welcome to Stack Overflow.欢迎来到堆栈溢出。

Doing a google on errno 3221226356 ,errno 3221226356上进行谷歌搜索,

I found this answer我找到了这个答案

process get exited with return value 3221226356 进程退出并返回值 3221226356

one of the responses suggests some kind of heap corruption, which you shouldn't really get in Meteor in a transpiled environment.其中一个响应表明某种堆损坏,您不应该在转译环境中真正进入 Meteor 。

Try rebooting your machine if you haven't already, then I think you should try a meteor reset , and worst case remove files in ~/.meteor and reinstall meteor.如果你还没有重启你的机器,那么我认为你应该尝试meteor reset ,最坏的情况是删除 ~/.meteor 中的文件并重新安装 Z8F6B983AD068818087A180F13989989。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当我尝试使用 uuid package 时,如何修复“意外令牌'导出'”错误? - How do I fix “unexpected token 'export'” error when I try to use uuid package? 运行npm i或安装时出现此错误,如何解决? - Getting this error when I run npm i or install, how do I fix it? 当我尝试运行npm install时出错 - Error when I try to run npm install 尝试运行“节点”时出现语法错误。 我如何解决它? - SyntaxError When Trying To Run The “node .” How Do I Fix It? bcrypt破坏了我的流星应用程序,我该如何解决? - bcrypt is breaking my meteor application, how do I fix it? 使用验证时如何修复错误? - How do I fix the error when using Validation? 当我尝试在命令提示符下连接到mongodb时,它将显示错误如何解决? - When I try to connect to mongodb in the command prompt it will display an error how to fix it? 当我尝试使用节点应用程序运行应用程序时,它不会在给定端口上运行。 有人可以解释吗? - When i try to use node app to run the application it does not run on the given port . can someone explain? 上传到 Cloudinary 时如何修复 CORS 阻止错误 - How do I fix CORS blocked error when uploading to Cloudinary 当我尝试运行带有jQuery的文件时出现nodejs错误 - nodejs error when i try to run a file with jquery in it
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM