electron-releases
electron-releases copied to clipboard
Cannot install package on Windows An unknown git error occurred
When i'm trying to install package on Windows with command npm install "https://github.com/castlabs/electron-releases#v31.3.0+wvcus" --save-dev
I'm still getting error:
0 verbose cli C:\Users\kryst\AppData\Local\fnm_multishells\13448_1722444081793\node.exe C:\Users\kryst\AppData\Local\fnm_multishells\13448_1722444081793\node_modules\npm\bin\npm-cli.js
1 info using [email protected]
2 info using [email protected]
3 silly config load:file:C:\Users\kryst\AppData\Roaming\fnm\node-versions\v20.16.0\installation\node_modules\npm\npmrc
4 silly config load:file:D:\Projects\project\.npmrc
5 silly config load:file:C:\Users\kryst\.npmrc
6 silly config load:file:C:\Users\kryst\AppData\Local\fnm_multishells\13448_1722444081793\etc\npmrc
7 verbose title npm install https://github.com/castlabs/electron-releases#v31.3.0+wvcus
8 verbose argv "install" "https://github.com/castlabs/electron-releases#v31.3.0+wvcus" "--save-dev"
9 verbose logfile logs-max:10 dir:C:\Users\kryst\AppData\Local\npm-cache\_logs\2024-07-31T16_43_33_038Z-
10 verbose logfile C:\Users\kryst\AppData\Local\npm-cache\_logs\2024-07-31T16_43_33_038Z-debug-0.log
11 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368
12 silly logfile done cleaning log files
13 verbose stack Error: An unknown git error occurred
13 verbose stack at makeError (C:\Users\kryst\AppData\Roaming\fnm\node-versions\v20.16.0\installation\node_modules\npm\node_modules\@npmcli\git\lib\make-error.js:28:13)
13 verbose stack at C:\Users\kryst\AppData\Roaming\fnm\node-versions\v20.16.0\installation\node_modules\npm\node_modules\@npmcli\git\lib\spawn.js:37:26
13 verbose stack at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
14 error code 3221225595
15 error An unknown git error occurred
16 error command git --no-replace-objects ls-remote ssh://[email protected]/castlabs/electron-releases.git
17 silly unfinished npm timer reify 1722444213496
18 silly unfinished npm timer reify:loadTrees 1722444213500
19 silly unfinished npm timer idealTree:userRequests 1722444213507
20 verbose cwd D:\Projects\project
21 verbose os Windows_NT 10.0.22631
22 verbose node v20.16.0
23 verbose npm v10.8.1
24 verbose exit 3221225595
25 verbose code 3221225595
I cannot find any solution on web for this. I was trying to install using another versions of node and npm but it's not helping.