BlinkTagInc / gtfs-to-html

Build human readable transit timetables as HTML or PDF from GTFS.
https://gtfstohtml.com
MIT License
184 stars 56 forks source link

Error when updating GTFS-to-HTML: Broken dependency #120

Closed brodyFlannigan closed 3 years ago

brodyFlannigan commented 3 years ago

Issue

A dependency seems to be missing

Steps to reproduce

npm update -g gtfs-to-html

Expected behaviour

GTFS-to-HTML is updated

Observed behaviour


npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/mapbox/node-sqlite3.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!   [2021-09-16T10_44_08_214Z-debug.log](https://github.com/BlinkTagInc/gtfs-to-html/files/7177064/2021-09-16T10_44_08_214Z-debug.log)```
brodyFlannigan commented 3 years ago

Closing issue - Turns out I didn't have Git installed on my machine for some reason.

brendannee commented 3 years ago

Good to know this is resolved.