zhaojh329 / rttys

Access your device's terminal from anywhere via the web.
MIT License
660 stars 190 forks source link

api.go pattern ui/dist: no matching files found #123

Closed RogerHardiman closed 1 year ago

RogerHardiman commented 1 year ago

Environment

rttys

Description

I'm new to Go so sorry if it is just lack of the build process. I have checked out rttys on an Arm machine and an Intel 64 bit machine. When I run build.sh linux arm OR build.sh linux amd64 then both stop with the error api.go pattern ui/dist: no matching files found

A pointer on what this is and any suggestions to build from source would be great.

Go is version 1.18 on both machines.

Thanks Roger (open source developer)

RogerHardiman commented 1 year ago

Update. I think I need to build things in the UI folder.

tr4nk0 commented 11 months ago

Hi,

Did you solve the issue? Unfortunately, I'm new with go as well and i have the same problem.

Thanks,

tr4nk0 commented 11 months ago

Okey solved.

When i built the ui I had an error related to the version of nvm installed. I updated that and everything worked fine.