I really want to use this tool but when I try to run the iteration javascript example in the README I get the following error:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x65b4f3]
goroutine 6 [running]:
github.com/jamesroutley/tangle/cmd.run.func1()
/home/jhaugh/go/pkg/mod/github.com/jamesroutley/tangle@v0.0.0-20200627180815-2d018e93147a/cmd/root.go:73 +0x33
golang.org/x/sync/errgroup.(*Group).Go.func1()
/home/jhaugh/go/pkg/mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:57 +0x67
created by golang.org/x/sync/errgroup.(*Group).Go
/home/jhaugh/go/pkg/mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:54 +0x92
After running the following command: tangle iteration.md --outfile iteration.js
I thought it could be something with my go installation but I am able to run a simple hello world program successfully.
I am currently running Manjaro Linux.
Let me know any other information you need from me.
I really want to use this tool but when I try to run the iteration javascript example in the README I get the following error:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x65b4f3]
goroutine 6 [running]:
github.com/jamesroutley/tangle/cmd.run.func1()
/home/jhaugh/go/pkg/mod/github.com/jamesroutley/tangle@v0.0.0-20200627180815-2d018e93147a/cmd/root.go:73 +0x33
golang.org/x/sync/errgroup.(*Group).Go.func1()
/home/jhaugh/go/pkg/mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:57 +0x67
created by golang.org/x/sync/errgroup.(*Group).Go
/home/jhaugh/go/pkg/mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:54 +0x92
After running the following command: tangle iteration.md --outfile iteration.js
I thought it could be something with my go installation but I am able to run a simple hello world program successfully.
I am currently running Manjaro Linux.
Let me know any other information you need from me.