geblanco / electron-router

Router solving Electron hell callback passing, helpfull for MVC
MIT License
123 stars 6 forks source link

I am unable to install #15

Closed lukexp closed 4 years ago

lukexp commented 4 years ago

I am unable to install. He's sending it to a private directory on his github. The error in the created log record. . "install" "electron-router" 28 verbose node v10.15.3 29 verbose npm v6.11.3 30 error code ENOENT 31 error syscall spawn git 32 error path git 33 error errno ENOENT 34 error enoent Error while executing: 34 error enoent undefined ls-remote -h -t https://github.com/m0n0l0c0/eventemitter3.git 34 error enoent 34 error enoent 34 error enoent spawn git ENOENT 35 error enoent This is related to npm not being able to find a file. 36 verbose exit [ 1, true ]

lukexp commented 4 years ago

the problem was git on windows, but getting it fixed. It is a tip for those who have the same problem.

geblanco commented 4 years ago

Hello @lukexp, thanks for reporting it anyway!