Moebits / waifu2x

waifu2x image upscaling in Node.js
MIT License
70 stars 11 forks source link

error while installing waifu2x #29

Closed JeshMate closed 1 year ago

JeshMate commented 1 year ago

i cant seem to install this package on any operating system using npm i waifu2x

the error i get is this 2023-02-17T11_25_24_615Z-debug-0.log

attached are the logs for this.


npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent An unknown git error occurred
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
JeshMate commented 1 year ago

turns out all i needed to do was install git. -_-