You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Thank you but this doc tells to convert into ESM which I dont want at this moment.
I am just dynamically importing the cashify module but it does not work. is there any other way ?
Error
Error [ERR_REQUIRE_ESM]: require() of ES Module
Code
import {convert} from 'cashify';
const { convert }: any = await import('cashify');
const convert: any = (await import('cashify')).convert
;None of those examples above working.
Is there anyone facing this issue ?
The text was updated successfully, but these errors were encountered: