kaareseras / node-red-contrib-kusto

Custom Node-Red node to inject data in Kusto (Azure Data Explorer)
MIT License
3 stars 1 forks source link

Node v20 #5

Open frankvandenhurk opened 2 months ago

frankvandenhurk commented 2 months ago

Hi,

Could you update your dependencies to make it compatible with a recent node-red?

I get the following error when I want to install:

2024-08-12T06:54:45.310Z Install : node-red-contrib-kusto 1.0.8

2024-08-12T06:54:45.342Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --omit=dev --engine-strict node-red-contrib-kusto@1.0.8
2024-08-12T06:54:53.163Z [err] npm error code EBADENGINE
2024-08-12T06:54:53.165Z [err] npm error engine Unsupported engine
2024-08-12T06:54:53.165Z [err] npm error engine Not compatible with your version of node/npm: @azure/msal-node@1.18.4
2024-08-12T06:54:53.165Z [err] npm error notsup Not compatible with your version of node/npm: @azure/msal-node@1.18.4
2024-08-12T06:54:53.165Z [err] npm error notsup Required: {"node":"10 || 12 || 14 || 16 || 18"}
2024-08-12T06:54:53.165Z [err] npm error notsup Actual:   {"npm":"10.7.0","node":"v20.15.1"}

Kind regards, Frank

frankvandenhurk commented 2 months ago

Just checked, it looks like it works with:

"dependencies": { "azure-kusto-data": "~6.0.2", "azure-kusto-ingest": "~6.0.2"