简体   繁体   English

惰性符号绑定失败:找不到符号:_FSEventStreamCreate

[英]lazy symbol binding failed: Symbol not found: _FSEventStreamCreate

has anyone recently faced issues with create-react-app and npm start?最近有人遇到过 create-react-app 和 npm start 的问题吗? I'm running on mac, node-14.5 and xcode is updated.我在 mac 上运行,node-14.5 和 xcode 已更新。

Here's the error message: dyld: lazy symbol binding failed: Symbol not found: _FSEventStreamCreate这是错误消息:dyld:惰性符号绑定失败:未找到符号:_FSEventStreamCreate

在此处输入图像描述

This should have been fixed by recent version updates to React.这应该已通过 React 的最新版本更新修复。 However, if you still face the same issue and need a quick fix, simply remove fsevents folder from your node_modules .但是,如果您仍然面临同样的问题并需要快速修复,只需从node_modules中删除fsevents文件夹即可。 Cheers: (:干杯:(:

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM