node-ledger-web icon indicating copy to clipboard operation
node-ledger-web copied to clipboard

Web front-end to access ledger cli data.

Results 8 node-ledger-web issues
Sort by recently updated
recently updated
newest added

When I try to start the server, I get the following error: ``` util.js:280 throw new ERR_INVALID_ARG_TYPE('superCtor', 'Function', superCtor); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "superCtor" argument must be of type Function....

Hello @slashdotdash From what I can tell, node-ledger-web is incompatible with the latest versions of node. I tried futzing around, but there appears to be quite a few things that...

Hello ! Just installed node-ledger-web, works great with demo data. With my data however, there is no point/graph shown. However, I can see all the categories, so I believe the...

```json { "code":"InternalError", "message":"Cannot create property 'domainEmitter' on string 'Failed to parse balance: TypeError: Cannot read property 'toString' of undefined'" } ```

After cloning the node-ledger-web and following the available instructions, I can't access anything other than the homepage. The following it's the output of accessing /balance: ``` vagrant@vagrant-ubuntu-trusty-64:/vagrant/ledger_web$ node app.js Ledger...

Updates package versions to get the installation to work on MacOS 10.11. - Uses Express 4 - Uses the older (!) backbone 1.1.0 because 1.1.1 breaks AMD compatibility, compare this...

I wanted to try out your work here, so I followed your documentation for installing but unfortunately when I load up the site I get a blank screen and the...