I’m following the instructions on Monday’s Creating and updating apps page. When I add a ready-made feature I need to run a command to set up the dev environment and scaffold the feature:
npx @mondaydotcomorg/monday-cli@latest scaffold run ./ quickstart-integrations -s 2724804573259039201326c8dd9ecc20 -t integration-10138401
When I run the command I get this error: Access token is missing, please run: "mapps init"
.
If I run mapps init, I get command not found: mapps
.
If I run npx @mondaydotcomorg/monday-cli@latest --help
it looks like init isn’t available in this version of the CLI.
I have tried force clearing and removing the npm cache and reinstalling the Monday.com CLI without success. What else can I do to try and fix this?