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
Good catch! I created #440 which would be an issue that resolves this problem.
The core issue here is that golang needs to be installed locally. However, we shouldn't really let the build happen locally anyways and should be within a Docker container as is for the backend and frontend
The command, make image-tornjak-manager, leads to the following error on my Windows device:
Downloading go modules…
make: go: No such file or directory
make: *** [Makefile:45: download] Error 127
Steps:
I run wsl (Ubuntu) after installing wsl
cd into tornjak folder
run: sudo apt install make
run: make image-tornjak-manager
Note: I did the same with make image-tornjak-backend and make image-tornjak-frontend and both ran successfully
The text was updated successfully, but these errors were encountered: