Node: 18.17.1
@dropbox/sign: 1.1.3
Hi,
when I try to use the sdk I get the following error:
- error ./node_modules/@dropbox/sign/dist/api.js
Module not found: Can't resolve './aes'
The error comes from this simple piece of code:
import * as DropboxSign from '@dropbox/sign';
const signatureRequestApi = new DropboxSign.SignatureRequestApi();
Would be very greatful for any help on this.
Best,
S