2021-02-22 13:28:56 UTC - kingledion: The most recent openwhisk does not appear to install the shared `cloudant` package automatically: ```$ wsk -i package list /whisk.system packages /whisk.system/messaging shared /whisk.system/alarms shared /whisk.system/utils shared /whisk.system/github shared /whisk.system/samples shared /whisk.system/websocket shared /whisk.system/weather shared /whisk.system/slack shared``` I cloned the repository for openwhisk-package-cloudant, but what do I need to do to get it to install the packge in openwhisk? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1614000536008800?thread_ts=1614000536.008800&cid=C3TPCAQG1 ---- 2021-02-22 23:01:50 UTC - Rodric Rabbah: as a project we weren’t actively maintaining the package so we archived the repo https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1614034910008900?thread_ts=1614000536.008800&cid=C3TPCAQG1 ---- 2021-02-22 23:02:15 UTC - Rodric Rabbah: you can install it yourself but might have to adapt the runtimes used, it might have been that the actions were declaring an old node dependence https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1614034935009100?thread_ts=1614000536.008800&cid=C3TPCAQG1 ----