davekats / canvas-student-data-export

Python script to download all of your student data from Canvas LMS
123 stars 33 forks source link

npm i github command failure #25

Closed flamlin closed 6 months ago

flamlin commented 11 months ago

C:\Users\thevi>npm i github:gildas-lormeau/SingleFile npm ERR! code ENOENT 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

davekats commented 10 months ago

Hi @flamlin, it looks like you don't have git installed, or it's not in your system's PATH. That will be needed to install SingleFile directly using the npm i command.