-
-
Notifications
You must be signed in to change notification settings - Fork 132
Description
I suspect this is something simple that I am overlooking, but I've not been able to fix the issue.
This is on Windows 11.
When running:
npm install node-libcurl --runtime=electron --target=39.1.0 --disturl=https://www.electronjs.org/headers --save
I get:
npm error Fetching registry information from https://github.com/microsoft/vcpkg (HEAD)...
npm error A suitable version of cmake was not found (required v3.31.10).
npm error Downloading https://github.com/Kitware/CMake/releases/download/v3.31.10/cmake-3.31.10-windows-x86_64.zip -> cmake-3.31.10-windows-x86_64.zip
npm error Successfully downloaded cmake-3.31.10-windows-x86_64.zip
npm error Extracting cmake...
npm error A suitable version of 7zip was not found (required v25.1.0).
npm error Downloading https://github.com/ip7z/7zip/releases/download/25.01/7z2501.exe -> 7z2501.7z.exe
npm error Successfully downloaded 7z2501.7z.exe
npm error Extracting 7zip...
npm error A suitable version of 7zr was not found (required v25.1.0).
npm error Downloading https://github.com/ip7z/7zip/releases/download/25.01/7zr.exe -> 7d84fcad-7zr.exe
npm error Successfully downloaded 7d84fcad-7zr.exe
npm error error: no version database entry for openssl at 3.0.16.
While it says suitable versions of cmake and 7zip weren't found, it appears they were downloaded.
The build fails when trying to install openssl