Open lukeasrodgers opened 4 months ago
Yes, that should fix it. But I don't have permissions to update the invalid NPM_TOKEN in the CI environment variables so I can't publish a new version. Nor do I have permissions to update the site at hubot.github.com. I've updated the docs in the repo though.
I suggest using npx hubot
to create new bots instead of yo hubot.
Btw, I'd love to hear how your using Hubot. Would you be willing to share your story?
I'm following the instructions here: https://hubot.github.com/docs/.
I have successfully run
npm install -g yo generator-hubot
.Then I
mkdir hubot && cd hubot
, and runyo hubot
and accept all defaults.yo doctor
checks outSeems like the same problem as this person: https://stackoverflow.com/questions/78616874/error-cannot-read-properties-of-null-reading-frombasepath-on-hubot-creating.
I think the problem is this line
this.copyTemplate('scripts/', 'scripts/', null, this.props)
fromapp/index.js
, which appears to have been fixed in dd084f6d. Seems like maybe just need to cut a new release of this package.