quinnfinite
quinnfinite

Reputation: 41

dyld: lazy symbol binding failed: Symbol not found: _FSEventStreamCreate

When trying to run npm start, I'm receiving two errors

  1. dyld: lazy symbol binding failed: Symbol not found: _FSEventStreamCreate
  2. dyld: Symbol not found: _FSEventStreamCreate

enter image description here

This happens in every local repository on my machine, except one.

What seemed to get that repo to work was removing unused header files via brew, and restarting the computer.

However, the error persists in every other repository.

Here are the details:

Using a 2015 Macbook Pro 15 inch, running MacOS Mojave version 10.14.6

So far, we've tried:

I've made sure the dependencies are the same

enter image description here

enter image description here

I'm definitely missing something, so any help is greatly appreciated!

Update Switching to Node version 14 seems to work, however after restarting it fails. Switching to a different version of node and then back seems to work as a temp fix

Upvotes: 3

Views: 785

Answers (1)

Oleksii Kyslytsyn
Oleksii Kyslytsyn

Reputation: 2426

After I removed fully not partially the dependency where such message appeared from, such issue was dismissed from OS where it occurred.

Upvotes: 0

Related Questions