error TS2307: Cannot find module '@celo/utils/src/sign-typed-data-utils'.
See original GitHub issueWhen I install "@celo/wallet-walletconnect": "^1.2.0"
, and try to compile with tsc -b
I see the following error.
error TS2307: Cannot find module '@celo/utils/src/sign-typed-data-utils'.
Updating src
to lib
in the path resolves this.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
tsc throws `TS2307: Cannot find module` for a local file
ts(5,20): error TS2307: Cannot find module 'components/button'. It complains about all imports of local files, like the following: import Counter from ' ...
Read more >TS2307: Cannot find module #10463 - microsoft/TypeScript
Compilation throws error "TS2307: Cannot find module ". Then running the generated .js (on node) works as expected.
Read more >"TS2307: Cannot find module" error displayed while project ...
"TS2307: Cannot find module" error displayed while project could be built without problems. What steps will reproduce the problem? 1. Create a TypeScript...
Read more >error ts2307: cannot find module or its corresponding type ...
I am setting up a NodeJS + Mysql + Typescript + Docker app, but have a problem when I try to include the...
Read more >How to solve "error TS2307: Cannot find module 'angular ...
How to solve "error TS2307: Cannot find module 'angular'" issue in development using sharpeoint page framework. In the WebPart.ts file.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry @critesjosh can I get a little more info with this? Did you,
yarn add @celo/wallet-walletconnect
yarn link
Then try
tsc -b
? Do you have a repro repository? I’ve tried pulling master thenyarn
yarn build
cd packages/sdk/wallets/wallet-walletconnect/
yarn build
And it works OK.
This issue is stale and will be closed in 30 days without activity