You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
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.