You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
Perhaps for the README:
Initially, it didn't work because I hadn't initialized/updated the submodule;
Next, I got this error:
Currency.proto:1:10: Unrecognized syntax identifier "proto3". This parser only recognizes "proto2".
I think that was because of:
I installed the newer version of
protobuf
and that appears to fix things. Now using:Next, I got this error:
test/fakes/fake-network-client.ts:5:25 - error TS2307: Cannot find module 'assert'.
I resolved that with
npm install @types/node
.The text was updated successfully, but these errors were encountered: