We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot find module '@bufbuild/protobuf/wire' or its corresponding type declarations.
I've setup this Ignite project in a local folder: ~/projects/igniteReactApp
ignite scaffold chain example
2.create a React frontend template ignite scaffold react
ignite scaffold react
Generate an API client ignite generate hooks
ignite generate hooks
Install dependancies of the React application npm install
npm install
dependancies should be installed without errors
Throws an error:
8 import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire"; ~~~~~~~~~~~~~~~~~~~~~~~~~ igniteapp.igniteapp/types/igniteapp/igniteapp/query.ts:8:44 - error TS2307: Cannot find module '@bufbuild/protobuf/wire' or its corresponding type declarations. 8 import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire"; ~~~~~~~~~~~~~~~~~~~~~~~~~ igniteapp.igniteapp/types/igniteapp/igniteapp/tx.ts:8:44 - error TS2307: Cannot find module '@bufbuild/protobuf/wire' or its corresponding type declarations.
The text was updated successfully, but these errors were encountered:
hi guys, I have same issue when run npm run build in ts-client folder
thanks
Sorry, something went wrong.
No branches or pull requests
Context:
Describe the Bug: I'm trying to setup a Blockchain & React App using ignite CLI. After generating hooks, when i do npm install, it throws some errors:
I've setup this Ignite project in a local folder: ~/projects/igniteReactApp
Steps to Reproduce:
ignite scaffold chain example
2.create a React frontend template
ignite scaffold react
Generate an API client
ignite generate hooks
Install dependancies of the React application
npm install
Expected Behavior:
dependancies should be installed without errors
Actual Behavior:
Throws an error:
Environment Details:
Ignite CLI version: v28.5.3
Ignite CLI build date: 2024-09-20T14:49:06Z
Ignite CLI source hash: b6eb44c
Ignite CLI config version: v1
Cosmos SDK version: v0.50.9
Your OS: darwin
Your arch: arm64
Your go version: go version go1.23.2 darwin/arm64
Notes:
The text was updated successfully, but these errors were encountered: