Open kingpinzs opened 3 years ago
Hi there, thanks for logging some bug reports!
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.
Let me know if I've missed something.
Interesting - I just saw that start-windows.bat
tries to install python dependencies for the frontend - that will never work...
I don't have a Windows machine to test with but can you delete line 81 and try again?
After removing that line the error is gone and everything came up fine.
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.