Unable to get it building on various numerous from 18 to 24 of npm, can you clarify what specific version you use for the builds you publish on the release section?
The most common error I see on newer versions of npm is:
electron/vsMlrtManager.ts:105:36 - error TS2345: Argument of type 'string | number | true | string[] | AxiosHeaders' is not assignable to parameter of type 'string'.
Type 'number' is not assignable to type 'string'.
105 const totalLength = parseInt(response.headers['content-length'] || '0', 10);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 1 error in electron/vsMlrtManager.ts:105
Unable to get it building on various numerous from 18 to 24 of npm, can you clarify what specific version you use for the builds you publish on the release section?
The most common error I see on newer versions of npm is: