You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
the frontend directory is missing the requirements.txt
To Reproduce
Steps to reproduce the behavior:
run start-windows.bat
Expected behavior
Runs without the error missing requirements.txt
Log files
If possible, add log files from /var/log/mycroft/ to help explain your problem.
You may also include screenshots, however screenshots of log files are often difficult to read and parse.
If you are running Mycroft, the Support Skill helps to automate gathering this information. Simply say "Create a support ticket" and the Skill will put together a support package and email it to you.
Environment (please complete the following information):
Device type: [e.g. Raspberry Pi, Mark 1, desktop]
OS: [e.g. Ubuntu, Picroft]
Mycroft-core version: [e.g. 20.08]
Other versions: [e.g. Adapt v0.3.7]
Additional context
Add any other context about the problem here.
Please think carefully about whether you have modified anything in Mycroft's code or configuration files. If so, can you reproduce this on a clean installation of Mycroft? Many "bugs" turn out to be non-standard configuration errors.
The text was updated successfully, but these errors were encountered:
If I'm not mistaken, the backend is a Python Flask app which is why it has a requirements.txt file. Where as the frontend is a Javascript React app so its dependencies are defined in the package.json file.
Describe the bug
the frontend directory is missing the requirements.txt
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Runs without the error missing requirements.txt
Log files
If possible, add log files from
/var/log/mycroft/
to help explain your problem.You may also include screenshots, however screenshots of log files are often difficult to read and parse.
If you are running Mycroft, the Support Skill helps to automate gathering this information. Simply say "Create a support ticket" and the Skill will put together a support package and email it to you.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Please think carefully about whether you have modified anything in Mycroft's code or configuration files. If so, can you reproduce this on a clean installation of Mycroft? Many "bugs" turn out to be non-standard configuration errors.
The text was updated successfully, but these errors were encountered: