hypery2k / galenframework-cli

NPM wrapper for galenframework
MIT License
17 stars 7 forks source link

Cannot install on Windows using NPM #554

Closed aortegal1 closed 10 months ago

aortegal1 commented 10 months ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Current Behavior

When running npm i -g galenframework-cli as an administrator the installation stops with an error

Expected Behavior

Successfully install and link gallenframework-cli

Failure Information

npm verb stack Error: command failed
npm verb stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\promise-spawn\lib\index.js:53:27)
npm verb stack     at ChildProcess.emit (node:events:514:28)
npm verb stack     at maybeClose (node:internal/child_process:1105:16)
npm verb stack     at ChildProcess._handle.onexit (node:internal/child_process:305:5)
npm verb pkgid geckodriver@3.2.0
npm verb cwd C:\Windows\system32
npm verb Windows_NT 10.0.19045
npm verb node v20.9.0
npm verb npm  v10.1.0
npm ERR! code 1
npm ERR! path C:\Users\aortega\AppData\Roaming\npm\node_modules\galenframework-cli\node_modules\geckodriver
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node index.js
npm ERR! Downloading geckodriver...
npm ERR! node:events:492
npm ERR!       throw er; // Unhandled 'error' event
npm ERR!       ^
npm ERR!
npm ERR! RequestError: write EPROTO 1C300000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:c:\ws\deps\openssl\openssl\ssl\statem\extensions.c:922:

Context

Galen version: 2.4.4 Java version: 21.0.4 NodeJS and NPM version: 20.9.0 and 10.1.0 Platform(s) running Galen: Windows 10 enterprise