"No matching export" error messages for pangea-node-sdk

I’m following the instructions for Secure Share here

import {
  PangeaConfig,
  ShareService,
  TransferMethod,
  Share,
} from "pangea-node-sdk";

But I then get the following error message in Node… No matching export in "node_modules/pangea-node-sdk/dist/esm/index.js" for import "ShareService" and also a No matching export in "node_modules/pangea-node-sdk/dist/esm/index.js" for import "Share"

Any ideas?

Realised I hadn’t installed the beta version. All good now!

Hi @chocobuckle let us know if you run into any other issues!