Hi I'm working through building a web app based on the docs here https://soroban.stellar.org/docs/getting-started/create-an-app
When I do run
soroban contract bindings typescript --network testnet --contract-id CDGCPTKPEVGKQKWHGF4JLV5NMK3KBJDMGWCTNWAJCQXWR4KWJRR5VSEL --output-dir node_modules/hello-soroban-client
I got an error:
error: program not found
But the hello-soroban-client module does get created. When I try to run the Astro app that calls the Hello smart contract, I get the following error shown in the attached screenshot. Any suggestions on how to resolve this issue?