himynameisdave / git-labelmaker

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

Buttercup throwing error #59

Closed himynameisdave closed 8 years ago

himynameisdave commented 8 years ago

Not sure wtf is going on, but here's a log of the error:

screen shot 2016-03-21 at 7 46 02 pm

Happened when trying to run it for the first time in like a month

himynameisdave commented 8 years ago

Solved by deleting/re-installing my node_modules folder in git-labelmaker.

I don't like that. Going to try to upgrade to buttercup@0.17.0 to see if this helps resolve any issues

Jameskmonger commented 8 years ago

Let me know if the 0.17.0 update fixes it. I'll log an issue with Buttercup.

himynameisdave commented 8 years ago

@Jameskmonger It doesn't seem to fix it

himynameisdave commented 8 years ago

Related: https://github.com/buttercup-pw/buttercup-core/issues/70

himynameisdave commented 8 years ago

Isolated incident, closing for now

sebastienbarre commented 7 years ago

I'm experiencing a similar issue as well. I wiped out my node_modules, cleaned the npm cache, and re-install git-labelmaker (globally), and I'm getting:

$ npm list -g --depth=0
/Volumes/Users/barre/.npm-packages/lib
[...]
├── git-labelmaker@0.8.0
[...]

npm ERR! extraneous: __buttercup /Volumes/Users/barre/.npm-packages/lib/node_modules/git-labelmaker/node_modules/buttercup/node_modules/__buttercup
npm ERR! error in /Volumes/Users/barre/.npm-packages/lib/node_modules/git-labelmaker/node_modules/buttercup/node_modules/__buttercup: ENOENT: no such file or directory, open '/Volumes/Users/barre/.npm-packages/lib/node_modules/git-labelmaker/node_modules/buttercup/source/package.json'

Thanks