Skip to content
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

Fixed descriptor.proto not found for homebrew installations #5

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

ankitpawarcldcvr
Copy link
Contributor

Was facing the following error in the homebrew installation of Protobuf. Added homebrew installation directory

`node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^

[Error: ENOENT: no such file or directory, open 'google/protobuf/descriptor.proto'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: 'google/protobuf/descriptor.proto'
}
`

@NikhilVerma NikhilVerma merged commit b6d62ca into main Mar 7, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants