Jayakrishnan KP

Results 7 comments of Jayakrishnan KP

> You are saying it is "connection termination" I am not sure what is happening in my case but even with a proper internet connection, the request throws this exception...

> Did you clean up the node_modules folder? Node Module Version 116 belongs to Electron 25 / 26, not 24. Yes. I always remove the node_modules and package-lock before doing...

> something on your machine did either resolve the wrong prebuilt binary or you are really executing with Electron 25 / 26. I just downgraded a project to Electron 24.1.2...

Facing the same issue. `npm i` errors out when cloning one of the dependencies. The command that fails is: - `git --no-replace-objects clone ssh://[email protected]/org/mypackage.git C:\npm\cache\_cacache\tmp\git-cloneN8ErPm --recurse-submodules --depth=1 --config core.longpaths=true` Any...

> Hello @jayakrishnankp. Thanks for reporting this and helping to make Electron better! > > Would it be possible for you to make a standalone testcase with only the code...