netifi / proteus-quickstart-js

A JavaScript implementation of the Proteus Quickstart Exercise
1 stars 0 forks source link

protoc protobuf compiler not listed as prerequisite; errors result from its absence #4

Closed DavidMGross closed 5 years ago

DavidMGross commented 5 years ago

https://www.netifi.com/getstarted-js does not list the protoc protobuf compiler (v3) as a prerequisite, but it is required for the success of the build.

For information on how to install protoc, see: https://github.com/protocolbuffers/protobuf/blob/master/src/README.md

hypothete commented 5 years ago

Hi David, thanks for pointing this out. I should have a fix out shortly that provides the JS files generated by protoc. This will also fix #3 . For people interested in experimenting with the protobufs, I've added a note in the readme that includes your installation link.