bricklink-helper
bricklink-helper copied to clipboard
Searches http://bricklink.com to calculate the most cost-effective combination of sellers to buy a set of specified LEGO bricks from.
When I try and run the package I get the following error: ``` $ node bricklink-helper.js --in /Users/pi/Downloads/lddcreation\ \(2\).lxf --out orders.csv --cache cache.json Reading parts availability from cache... *** WARNING...
There was a typo with loading .lxf files. Fixes #10.
typo?
it appears you may have a typo - getting error "lxReader is not defined" referencing: readFunction = lxReader.read it appears that it should be lxfReader (missing the f )
The number of extra pieces could be defined as a %, e.g. 20, meaning one extra piece every 5. G.
This also includes the possibility that the mathematical problem has no solution.
See http://www.bricklink.com/message.asp?ID=819253 . Remove workaround in _bricklink-search.js_ when it is fixed.