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
Error: spawn EINVAL
at ChildProcess.spawn (node:internal/child_process:421:11)
at Object.spawn (node:child_process:760:9)
at RealRunner.run (C:\Users\wanl\workspace\wanl-fork-azure-sdk-tools\tools\js-sdk-release-tools\node_modules\@ts-common\azure-js-dev-tools\lib\run.ts:221:40)
at Object.<anonymous> (C:\Users\wanl\workspace\wanl-fork-azure-sdk-tools\tools\js-sdk-release-tools\node_modules\@ts-common\azure-js-dev-tools\lib\run.ts:598:42)
at step (C:\Users\wanl\workspace\wanl-fork-azure-sdk-tools\tools\js-sdk-release-tools\node_modules\tslib\tslib.js:141:27)
at Object.next (C:\Users\wanl\workspace\wanl-fork-azure-sdk-tools\tools\js-sdk-release-tools\node_modules\tslib\tslib.js:122:57)
at fulfilled (C:\Users\wanl\workspace\wanl-fork-azure-sdk-tools\tools\js-sdk-release-tools\node_modules\tslib\tslib.js:112:62)
at processTicksAndRejections (node:internal/process/task_queues:95:5) {
errno: -4071,
code: 'EINVAL',
syscall: 'spawn'
}
Workaround: use node v20.2.0
Solution option: update @ts-common/azure-js-dev-tools
The text was updated successfully, but these errors were encountered:
Got error in node 18.x and 22.x:
Workaround: use node v20.2.0
Solution option: update
@ts-common/azure-js-dev-tools
The text was updated successfully, but these errors were encountered: