tmcw / gedcom

A simple GEDCOM parser that focuses on translating GEDCOM structure into JSON.
https://tmcw.github.io/parse-gedcom/live/
ISC License
159 stars 31 forks source link

nothing silently seems to happen when run from the CLI #45

Closed alexgill closed 10 months ago

alexgill commented 3 years ago
agill@adar81:~/Documents/family_tree/GRAMPS/temp$ which gedcom
/usr/local/bin/gedcom
agill@adar81:~/Documents/family_tree/GRAMPS/temp$ gedcom
agill@adar81:~/Documents/family_tree/GRAMPS/temp$ gedcom Untitled_1.ged output.json
agill@adar81:~/Documents/family_tree/GRAMPS/temp$ ls
Untitled_1.ged
agill@adar81:~/Documents/family_tree/GRAMPS/temp$ 

The GEDCOM file to convert was created in Gramps. I gather this isn't a support forum and I could be stepping through the code, but any help would help. TIA.

matthelliwell2 commented 3 years ago

@alexgill did you ever get this working? I've got the same issue.

alexgill commented 3 years ago

Hi!

Nope I didn't yet.

But I've been peaking at the code. The version installed with npm is a minified version, and the code up on Github is in Typescript as you might have noticed. I closed the issue b/c I intend to figure it out myself, although there's no telling when... I'd encourage you to do the same and if you do figure it out, I'd be happy to know.

Thanks, Alex

On Sun, Aug 29, 2021 at 09:20:33AM -0700, matthelliwell2 wrote: @.*** did you ever get this working? I've got the same issue.

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/tmcw/gedcom/issues/45#issuecomment-907820385

fetimo commented 1 year ago

I've fixed this in this PR if you still need it https://github.com/tmcw/gedcom/pull/49 :)