-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Missing @cosmjs/amino #566
Comments
|
I got it off of a fork so I will try it on another server. Will this fixed or will this must be done each time? |
I can not reproduce this error on my side. I think you can remove |
Same here. Add it to
And it worked. |
Thx bro |
Getting this error from fresh git clone
`transforming (818) node_modules/encode-utf8/index.jssrc/modules/[chain]/account/[address].vue:21:27 - error TS2307: Cannot find module '@cosmjs/amino' or its corresponding type declarations.
21 import type { Coin } from '@cosmjs/amino';
~~~~~~~~~~~~~~~
Found 1 error in src/modules/[chain]/account/[address].vue:21
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: "type-check" exited with 2.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.`
The text was updated successfully, but these errors were encountered: