-
Notifications
You must be signed in to change notification settings - Fork 0
Command Not Found
This page specifies the specific commands that panda-manager may require but cannot find.
Description: The project's source code is written in Python version 3. On UNIX systems, Python 3 is executed with the command python3 and this is what panda-manager uses. If the command could not be found, then chances are that Python 3 is not installed on the system or available for the script.
Fix: Ensure that Python version 3 is installed. It is available on most Linux distributions and can usually be installed using the distribution's package manager.
Description: For development and testing, panda-manager is able to open a browser along with launching the server. To use this command, the script requires the command for opening the browser on the terminal. For instance, for Firefox it would be firefox, and for Brave it would be brave-browser. If the command does not exist or is incorrect, then the script is unable to start the browser.
Fix: Ensure that the command used to open the browser is correct.
Description: This application is used as Panda Server's live reload feature. panda-manager requires Nodemon globally installed on the system and uses the nodemon command to launch the application. Ensure that Nodemon is installed correctly. Refer to the Getting Started guide for info about ow to install it. Nodemon can also be installed locally in the project directory. The installation process is also explained in the Getting Started guide.
Curl: Curl is a commonly used command in UNIX-based systems to fetch or send data from or to a server. In this project, it's used to download missing dependencies from the project's remote repository.
Fix: This is a common command and can usually be installed from a Linux distribution's repository. The installation process is explained in the Getting Started guide for your operating system.