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
Describe the bug
Running index.js that has only the line import { oft } from '@layerzerolabs/oft-v2-solana-sdk'
import { oft } from '@layerzerolabs/oft-v2-solana-sdk'
returns
Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'node_modules/@initia/initia.proto/cosmos/tx/v1beta1/service' imported from node_modules/@initia/initia.js/dist/index.es.js
To Reproduce
npm init npm i @layerzerolabs/oft-v2-solana-sdk index.js as described node index.js
Installing @initia/initia.proto doesn't solve this.
Expected behavior Import should work.
Minimal dependencies would be preferred. This library is for solana. Dependencies on other chains should exist in their own libraries.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Running index.js that has only the line
import { oft } from '@layerzerolabs/oft-v2-solana-sdk'
returns
To Reproduce
npm init
npm i @layerzerolabs/oft-v2-solana-sdk
index.js as described
node index.js
Installing @initia/initia.proto doesn't solve this.
Expected behavior
Import should work.
Minimal dependencies would be preferred. This library is for solana. Dependencies on other chains should exist in their own libraries.
The text was updated successfully, but these errors were encountered: