Module not found: Can't resolve 'rpc-websockets/dist/lib/client.cjs' when trying to use the SDK, you can fix this by adding the following to your package.json file:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
Module not found: Can't resolve 'rpc-websockets/dist/lib/client.cjs' when trying to use the SDK, you can fix this by adding the following to your package.json file:
@solana/web3 line below. This will be fixed in the next major SDK release (V3)."overrides": {
"rpc-websockets": "7.10.0",
"@solana/web3.js": "1.91.6"
},
"resolutions": {
"rpc-websockets": "7.10.0",
"@solana/web3.js": "1.91.6"
}
Was this page helpful?