loopbackio / loopback4-extension-grpc

gRPC Extension for LoopBack 4
Other
18 stars 8 forks source link

fix: add compilers to npm package #28

Closed raymondfeng closed 6 years ago

raymondfeng commented 6 years ago

Description

Add compilers to npm package.

Related issues

Checklist

amritaramnauth commented 4 years ago

Is this fix applied in v0.1.1? I still get the missing compilers error..

Klypalskyi commented 4 years ago

And me to have the same error @raymondfeng image

Klypalskyi commented 4 years ago

Resolved with next steps:

  1. create folders at node_modules/@loopback/grpc -> compilers/linux/bin;
  2. copy protoc file from /bin to node_modules/@loopback/grpc/compilers/linux/bin
raymondfeng commented 4 years ago

Can you try @loopback/grpc@0.2.0?

Klypalskyi commented 4 years ago

@raymondfeng it looks excellent! Thank you! But now I got an Error for protoPattern... image