mcpc --version
prints the following:
(node:46997) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use node --trace-warnings ... to show where the warning was created)
0.1.7
I unstalled mcpc on Ubuntu 22.04 LTS with
sudo apt-get update
sudo apt-get install libsecret-1-0
bun install -g @apify/mcpc
instead of:
npm install -g @apify/mcpc
as in README