Kalau Corepack bermasalah:
npm install-g pnpm
Lalu cek:
pnpm -v
For developers who want to experience more about Moltbot. You can clone the repository and build it yourself from zero.
$ git clone <https://github.com/moltbot/moltbot.git>
$ cd moltbot && pnpm install && pnpm run build
$ pnpm run moltbot onboard
Perfect for those who want to read the source code and make modifications.