Skip to content
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

typechain/ethers is missing when launching the mono #13

Closed
NedimRenesalis opened this issue Mar 29, 2022 · 4 comments
Closed

typechain/ethers is missing when launching the mono #13

NedimRenesalis opened this issue Mar 29, 2022 · 4 comments

Comments

@NedimRenesalis
Copy link

NedimRenesalis commented Mar 29, 2022

in

https://github.com/goldfinch-eng/mono

I go:

npm install
npm run bootstrap

and this error comes out:

GOLDFINCH/mono/packages/server/node_modules/ts-node/src/index.ts:692
return new TSError(diagnosticText, diagnosticCodes);
^
TSError: ⨯ Unable to compile TypeScript:
../autotasks/index.ts(10,30): error TS2307: Cannot find module '@goldfinch-eng/protocol/typechain/ethers' or its corresponding type declarations.

is ethers the npm ethers package? if so, I tried installing it and it says I dont have permissions.

any ideas how to work around here?

@NedimRenesalis
Copy link
Author

No one to answer this one?

@wbj-goldfinch
Copy link
Contributor

Hi @NedimRenesalis,

Can you let me know what version of node you're attempting this with?

I was able to successfully bootstrap the repo using

npm install
npm run bootstrap

using node 12.18.3

@NedimRenesalis
Copy link
Author

Thank you, will try with node 12.18.3

@wbj-goldfinch
Copy link
Contributor

Hi @NedimRenesalis, since #14 was resolved successfully and this was a predecessor to that issue, I'm going to close this out as well.

Glad you were able to get it working

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

No branches or pull requests

2 participants