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
Created a new app using cia --examples injective, ran yarn install and then yarn dev and accessing the index page throws the following:
cia --examples injective
yarn install
yarn dev
./node_modules/@interchain-kit/core/node_modules/@interchainjs/injective/defaults.js:8:0 Module not found: Can't resolve '@interchainjs/ethereum/defaults' https://nextjs.org/docs/messages/module-not-found Import trace for requested module: ./node_modules/@interchain-kit/core/node_modules/@interchainjs/injective/signers/amino.js ./node_modules/@interchain-kit/core/node_modules/@interchainjs/injective/signing-client.js ./node_modules/@interchain-kit/core/esm/wallet-manager.js ./node_modules/@interchain-kit/core/esm/index.js ./node_modules/@interchain-kit/react/esm/provider.js ./node_modules/@interchain-kit/react/esm/index.js ./pages/_app.tsx
The text was updated successfully, but these errors were encountered:
Zetazzz
No branches or pull requests
Created a new app using
cia --examples injective
, ranyarn install
and thenyarn dev
and accessing the index page throws the following:The text was updated successfully, but these errors were encountered: