This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Description
The instructions say to create a fogbugz.conf.json file in the root of your application, but the code expects the file to be at the root of the module home (i.e. ./node_modules/fogbugz/fogbugz.conf.json).
Passing the location of the conf file to the logon call (as in fb.login(path_to_conf_file) would be one way to solve this problem.