Have you installed dependencies for the web app? Have you checked browser console for errors?
That doesn't answer any of my questions.
sorry, I did not read the answer .. I will verify that.
The errors indicate that you haven't installed web dependencies, as suspected.
ok, I'll check. Thank you
hello, I was looking and going around but I could not solve, I copied in the folder "traccar-web" the folder that "web" that I found in "traccar-web-master".
Any ideas ?, I have experience only installing the traccar and not compiling .. thanks for the help.
You need to install dependencies using npm install
. Have you done that?
I think there is my problem. I will verify. Thank you
@mrchala
did you come right with this
I have same problem.
@Anton how to install dependencies i guess
@carlos Mukoyi
solved in my MAC but not in windows, I think the problem is in the package.json, in the "scripts" block.
Script requires bash.
yes..
when running the project, it creates the tables in my postgres database, but in the browser it never finished loading.
What could be the problem?