Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List Assigned Roles gets no response (Latest code not downloading/installing through NPM) #34

Closed
chriskol opened this issue Jun 16, 2016 · 5 comments

Comments

@chriskol
Copy link

The list assigned roles command gets no response when I issue it with hubot. No errors or any messages from hubot. Just nothing as if the command weren't recognized. All other commands are fine (if I ask it what roles I have, or what roles a specific user has, or who has a specific role, it works fine). I think this may have something to do with my hubot standup script not recognizing any members of roles.

@chriskol
Copy link
Author

chriskol commented Jun 22, 2016

Hey I'm a bit new to this but it looks like the version of hubot-auth I'm installing via npm is not the same as is on github. For instance the 'List Assigned Roles' function is not even in the auth.coffee version I'm downloading via npm. Tried deleting the folder in node_modules and reinstalling and it seems to be installing an old version.

Maybe this has something to do with the latest commit, @patcon? It's blowing my mind how what's on github isn't downloading/installing through npm

@chriskol chriskol changed the title List Assigned Roles gets no response Latest code not downloading/installing through NPM (List Assigned Roles gets no response) Jun 22, 2016
@chriskol
Copy link
Author

chriskol commented Jun 22, 2016

It's looking like a new 'release' needs to be made to reflect the new changes? Maybe this is indeed two separate issues

@chriskol chriskol changed the title Latest code not downloading/installing through NPM (List Assigned Roles gets no response) List Assigned Roles gets no response (Latest code not downloading/installing through NPM) Jun 22, 2016
@chriskol
Copy link
Author

chriskol commented Jun 22, 2016

Jesus, sorry for the spam but would something like this be better to implement in the package.json file?

http://stackoverflow.com/questions/23338393/npm-install-not-installing-latest-version-on-github

Or is the only way for me to get the latest version to my hubot on heroku to do a fork and publish my fork to npm? Not being passive aggressive, just genuinely curious. Or is this already done and it's tied to the latest version instead of what's latest in the repo and new versions just aren't being made?

@chriskol
Copy link
Author

I'm a big ol idiot and learned I can just change the package.json to use

"hubot-auth": "github:hubot-scripts/hubot-auth",

instead of the latest version

@patcon
Copy link
Member

patcon commented Jun 23, 2016

Heh. No worries -- there technically should be a new release. But yeah, the alt syntax works when that hasn't been done :)

Just release v1.3.0 🎆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants