Issues importing ConcordiumGRPCNodeClient

Hello,
i’m trying to import ConcordiumGRPCNodeClient from @concordium/web-sdk/nodejs and i get the error ‘Cannot find module ‘@concordium/web-sdk/nodejs’ or its corresponding type declarations.ts(2307)’ even after setting “type”: “module” in the package.json.
Also, is there a way to connect to a remote node client without running the code locally?

Regarding the second question, Concordium provides publicly accessible nodes for testing purposes. On testnet at https://grpc.testnet.concordium.com:20000 and on mainnet at https://grpc.mainnet.concordium.software:20000.

Regarding the first question, can you share more details of how you’ve set up your project so that we may help better?