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
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
node_modules/@raydium-io/raydium-sdk/lib/types/base/util.d.ts:3:8 - error TS1259: Module '"/Users/pro/node_modules/@types/bn.js/index"' can only be default-imported using the 'esModuleInterop' flag
import BN from 'bn.js';
~~
node_modules/@types/bn.js/index.d.ts:591:1
591 export = BN;
~~~~~~~~~~~~
This module is declared with 'export =', and can only be used with a default import when using the 'esModuleInterop' flag.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
node_modules/@raydium-io/raydium-sdk/lib/types/base/util.d.ts:3:8 - error TS1259: Module '"/Users/pro/node_modules/@types/bn.js/index"' can only be default-imported using the 'esModuleInterop' flag
import BN from 'bn.js';
~~
node_modules/@types/bn.js/index.d.ts:591:1
591 export = BN;
~~~~~~~~~~~~
This module is declared with 'export =', and can only be used with a default import when using the 'esModuleInterop' flag.
The text was updated successfully, but these errors were encountered: