howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.38k stars 2.29k forks source link

botkit 4.15.0 and Webex Adapter 1.0.10 are not on NPM #2203

Closed jmcombs closed 2 years ago

jmcombs commented 2 years ago

According to this repo, botkit is at version 4.15 and this repo botbuilter-adapter-webex is at version 1.0.10 however, NPM appears to only have botkit 4.10 and botbuilder-adapter-webex 1.0.10 and not 4.15 and 1.0.10, respectively.

When I attempt npm install botkit@4.15.0 npm tells me no such package exists and the same goes for botbuilder-adapter-webex.

npm ERR! code ETARGET
npm ERR! notarget No matching version found for botkit@4.15.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

This issue is appearing for all other sub-packages under the main Botkit repo. How can we get npm to use the updated versions or what am I doing wrong? The dependencies in 4.10 are way off and a lot of dependencies have been depreciated. I'd really like to get the latest version of Botkit and the adapters! Please help!

benbrown commented 2 years ago

Resolved! Thank you for your patience.