stephenyeargin / hubot-untappd-friends

🍻🤖 Get the latest checkins from your Untappd friends.
https://www.npmjs.com/package/hubot-untappd-friends
MIT License
4 stars 0 forks source link

Unable to install #53

Closed stahnma closed 3 years ago

stahnma commented 3 years ago

Package poitnts to "node-untappd": "stephenyeargin/node-untappd#fix-for-pending-friends" which doesn't appear to be resolvable from yarn or npm.

stahnma commented 3 years ago
[0] stahnma@spike ~/burrito [yarn]> npm i
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated coffee-script@1.6.3: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated coffee-script@1.10.0: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm ERR! code 1
npm ERR! Command failed: git checkout fix-for-pending-friends
npm ERR! error: pathspec 'fix-for-pending-friends' did not match any file(s) known to git

[1] stahnma@spike ~/burrito [yarn]> yarn install
yarn install v1.22.10
info No lockfile found.
[1/5] Validating package.json...
[2/5] Resolving packages...
warning coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
warning hubot-bofh > coffee-script@1.6.3: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
warning hubot-frinkiac > axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
warning hubot-frinkiac > coffee-script@1.10.0: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
warning hubot-slack > @slack/client > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning hubot-slack > @slack/client > request > har-validator@5.1.5: this library is no longer supported
warning hubot-slack > @slack/client > request > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
error Couldn't find match for "fix-for-pending-friends" in "refs/heads/fix-syntax-error,refs/heads/master,refs/heads/revert-10-master" for "https://github.com/stephenyeargin/node-untappd.git".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
stephenyeargin commented 3 years ago

So there was a merge conflict in that submodule (node-untappd) and it's taken a few tries to get it worked out. I had pinned to my fix branch because it was taking a bit to get it merged upstream. When it eventually was, there was some code subsequently moved around that broke things again. I've restored my branch so this should install again.

$ npm install --save hubot-untappd-friends

added 80 packages, and audited 81 packages in 5s

1 package is looking for funding
  run `npm fund` for details

found 0 vulnerabilities