-
Notifications
You must be signed in to change notification settings - Fork 4
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
Node with typings #18
Conversation
Point to the local compilation instructions of cs3apis.
…ocal-instructions
This produces the content of cs3org/node-cs3apis#10 |
Ah, sorry for breaking the build! I'll prepare a new PR. |
Reproduced the problem using the instructions which this PR adds to the readme (but with root@0ef91683dc6b:~/cs3apis# /root/cs3apis-build/cs3apis-build -build-node
Building Node.js ...
build [git clone --quiet https://github.com/cs3org/node-cs3apis]
. [git rev-parse --abbrev-ref HEAD]
build/node-cs3apis [git rev-parse --abbrev-ref HEAD]
Proto branch: main
Build branch: main
google/protobuf/field_mask.proto: File not found. |
And more directly: root@0ef91683dc6b:~/cs3apis# /usr/lib/node_modules/protoc-gen-grpc/bin/protoc --plugin=protoc-gen-ts=/usr/lib/node_modules/protoc-gen-grpc/bin/protoc-gen-ts-plugin --ts_out=grpc_js:./build/node-cs3apis cs3/gateway/v1beta1/gateway_api.proto cs3/gateway/v1beta1/resources.proto cs3/permissions/v1beta1/permissions_api.proto cs3/permissions/v1beta1/resources.proto cs3/preferences/v1beta1/preferences_api.proto cs3/rpc/v1beta1/code.proto cs3/rpc/v1beta1/status.proto cs3/tx/v1beta1/resources.proto cs3/tx/v1beta1/tx_api.proto cs3/types/v1beta1/types.proto cs3/admin/group/v1beta1/group_api.proto cs3/admin/user/v1beta1/user_api.proto cs3/app/provider/v1beta1/provider_api.proto cs3/app/provider/v1beta1/resources.proto cs3/app/registry/v1beta1/registry_api.proto cs3/app/registry/v1beta1/resources.proto cs3/auth/applications/v1beta1/applications_api.proto cs3/auth/applications/v1beta1/resources.proto cs3/auth/provider/v1beta1/provider_api.proto cs3/auth/provider/v1beta1/resources.proto cs3/auth/registry/v1beta1/registry_api.proto cs3/auth/registry/v1beta1/resources.proto cs3/identity/group/v1beta1/group_api.proto cs3/identity/group/v1beta1/resources.proto cs3/identity/user/v1beta1/resources.proto cs3/identity/user/v1beta1/user_api.proto cs3/ocm/core/v1beta1/ocm_core_api.proto cs3/ocm/core/v1beta1/resources.proto cs3/ocm/invite/v1beta1/invite_api.proto cs3/ocm/invite/v1beta1/resources.proto cs3/ocm/provider/v1beta1/provider_api.proto cs3/ocm/provider/v1beta1/resources.proto cs3/sharing/collaboration/v1beta1/collaboration_api.proto cs3/sharing/collaboration/v1beta1/resources.proto cs3/sharing/link/v1beta1/link_api.proto cs3/sharing/link/v1beta1/resources.proto cs3/sharing/ocm/v1beta1/ocm_api.proto cs3/sharing/ocm/v1beta1/resources.proto cs3/storage/provider/v1beta1/provider_api.proto cs3/storage/provider/v1beta1/resources.proto cs3/storage/registry/v1beta1/registry_api.proto cs3/storage/registry/v1beta1/resources.proto
google/protobuf/field_mask.proto: File not found. |
Ah, this works:
|
No description provided.