Azure / AzureKusto

R interface to Azure Data Explorer, aka Kusto
Other
18 stars 5 forks source link

Not able to create new KustoClient() #23

Open Anandaraj-Selvam opened 8 months ago

Anandaraj-Selvam commented 8 months ago

If i try to create const kustoClient = new KustoClient(kcb);

It fails with source undefined from inside the pacakge cancelToken: import("axios").CancelTokenSource;

Please help me to addess the issue.

Versions used in my pacakge.json "axios": "^1.6.7", "azure-kusto-data": "^5.2.3",

image

coolswatish commented 8 months ago

I am also facing the same issue when trying to create Kusto client using the provided library.