-
Notifications
You must be signed in to change notification settings - Fork 660
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
When updating to 1.12.0 from 1.11.3 I get ENOENT error #2287
Comments
I can confirm this as well on Mac arm64. The grpc-tools seem to be installed in grpc-tools/bin/GNUSpareFiles.0/ |
I see that. I don't know what happened there. There have been no changes since the last release that would clearly affect the Mac build. |
I published a fix for this in version 1.12.1. Please try it out. |
Well, better, but there is now different error
Full error in https://github.com/MarketSquare/robotframework-browser/actions/runs/3622594524/jobs/6107495797 Again works with Windows and Linux, but not with Mac. |
That's a different bug. Can you file a separate issue with the information about it? |
No problem, please see #2289 |
Problem description
When running command
npm run grpc_tools_node_protoc
I get ENOENT error.Reproduction steps
npm run grpc_tools_node_protoc -- --js_out=import_style=commonjs,binary:/Users/user/workspace/robotframework-playwright/node/playwright-wrapper/generated --grpc_out=grpc_js:/Users/user/workspace/robotframework-playwright/node/playwright-wrapper/generated --plugin=protoc-gen-grpc=/Users/user/workspace/robotframework-playwright/node_modules/.bin/grpc_tools_node_protoc_plugin -I ./protobuf protobuf/*.proto
Environment
Additional context
This error only happen with Mac, our CI runs also Linux and Windows, this error is not visible: MarketSquare/robotframework-browser#2449
The text was updated successfully, but these errors were encountered: