Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Setup instructions #8

Closed
intelliot opened this issue Sep 5, 2019 · 0 comments
Closed

Setup instructions #8

intelliot opened this issue Sep 5, 2019 · 0 comments

Comments

@intelliot
Copy link
Contributor

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:

% protoc --version
libprotoc 2.6.1

I installed the newer version of protobuf and that appears to fix things. Now using:

% protoc --version
libprotoc 3.9.1

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants