- 08 Oct 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Troubleshooting
- Updated on 08 Oct 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
We designed Crowdbotics to be a seamless part of your application development lifecycle. While we're confident it will enhance your experience, there may be occasions where you encounter a hurdle. No worries, this troubleshooting guide is designed to resolve your issues.
Need some guidance to make the most of Crowdbotics? Look no further than our:
Tips & Best Practices: Packed with helpful tricks to optimize your experience.
FAQ: Got a quick question? Our FAQ has answers to the most common inquiries.
Errors: Encountered a specific error message? Jump right here for targeted solutions.
Maintenance: Learn how to keep things running smoothly with our handy maintenance section.
For anything beyond these resources, we've provided additional troubleshooting information below to get you back on track quickly.
Let's get started!
Installation
CLI Installation
If you're having trouble with CLI commands or functionality, this could be due to installing the CLI in an unsupported method. Only the documented method (Install the CLI) is supported. Any other method could lead to issues with CLI commands.
If you did a yarn install, complete the following steps:
Use the
yarn remove
command to remove the erroneous CLI installation.In a new directory, use
npm install
and follow the documented workflow in Install the CLI.