JezerM / web-greeter

A modern, visually appealing greeter for LightDM.
https://jezerm.github.io/web-greeter-page/
GNU General Public License v3.0
203 stars 10 forks source link

opensuse tumbleweed make: tsc: no such file or directory #67

Closed VoidYin closed 11 months ago

VoidYin commented 11 months ago

Environment

Bug description

sudo make install error: make: tsc: no such file or directory

solution

sudo ln -s /usr/local/bin/tsc /usr/bin/tsc

JezerM commented 11 months ago

This is not a web-greeter bug, but a PATH issue.