gpt4 book ai didi

node.js - Nodejs 与 macOS : # Fatal error in , 第 0 行 - gatsby 开发

转载 作者:行者123 更新时间:2023-12-03 12:14:45 74 4
gpt4 key购买 nike

我正在使用 gatsby cli,突然 Gatsby 开发 即使我从头开始创建新站点,命令也会返回错误。我正在使用带有 big sur 的 M1 macbook pro,有没有人遇到过同样的问题?如果是如何解决这个问题?我已经按照官方文档正确配置了所有内容,我错过了什么吗?
here is my terminal screenshot
错误:
macOS 11.2: fatal error Check failed: allocator->SetPermissions堆栈跟踪的部分:

#
# Fatal error in , line 0
# Check failed: allocator->SetPermissions(reinterpret_cast<void*>(region.begin()), region.size(), PageAllocator::kNoAccess).
#
#
#
#FailureMessage Object: 0x16f986408
1: 0x100575758 node::NodePlatform::GetStackTracePrinter()::$_3::__invoke()
...

最佳答案

这似乎是一个与 Node 相关的问题。根据 this GitHub thread , 尝试:

arch -x86_64 zsh

nvm install 14
nvm alias default 14
exit
所有解决方案都与Node版本有关。请记住通过运行 gatsby clean 来清理缓存并删除 node_modules在每次试验中。
如其他 threads points该问题似乎与最新的 Node 版本有关。使用上面的代码段,您将回滚到版本 14 作为解决问题的临时解决方法。

关于node.js - Nodejs 与 macOS : # Fatal error in , 第 0 行 - gatsby 开发,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66042288/

74 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com