himynameisdave / git-labelmaker

:flags: Manage your GitHub labels from the command line!
MIT License
575 stars 33 forks source link

v0.8.0 #58

Closed himynameisdave closed 8 years ago

himynameisdave commented 8 years ago

v0.8.0 release

NewAlexandria commented 8 years ago

🎬 looking forward to trying it. post-upgrade an error is thrown, so I need to investigate if I broke anything

module.js:440
    throw err;
    ^

Error: Cannot find module '__buttercup/classes/Archive.js'
himynameisdave commented 8 years ago

@NewAlexandria that error is sometime seen if you have a local copy of git-labelmaker that you're developing and you run npm link... it can sometimes get confused about where to look for the credentials. Try to uninstall globally and then re-install and this error should be resolved.

NewAlexandria commented 8 years ago

Can you upload an example .json of the custom labels? I'd like to be sure that I'm using the right format. Getting

/usr/local/lib/node_modules/git-labelmaker/node_modules/git-label/dist/lib/request.js:28
      resolve(res.body);
                 ^

TypeError: Cannot read property 'body' of undefined

I can file a ticket if you want. I'm really excited about this tool for teams, and want to help make it robust.

NewAlexandria commented 8 years ago

Oh, I just needed to upgrade to npm 3.9.0. node v6