-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime err on startup: dyld: Symbol not found: _usdt_create_provider #118
Comments
@thom-nic did you figure out a workaround? |
I can still reproduce this issue on OS X 10.14.1 and node v11.4.0. Are there any updates? |
In the nicest way possible, I hate that any project that uses bunyan, pulls this in and always causes headaches. bunyan seems to insist that it's not an issue: https://github.com/trentm/node-bunyan/issues?utf8=%E2%9C%93&q=is%3Aissue+dtrace :( I've resorted to |
@thom-nic Do you have |
I'm running into this issue as well on an M1 mac (yes it's |
High Sierra 10.13.4. This actually started breaking after I upgraded some packages that depend on
node-pre-gyp
. I've tried deletingnode_modules
and re-installing; builds fine. Most frustrating, I can't seem to exclude it withnpm i --no-optional
. I can only find one other reference to this issue at hexojs/hexo#2803 and they "fixed" it by forkingbunyan
and removing the dependency ondtrace-provider
:(The text was updated successfully, but these errors were encountered: