Aylur / ags

A customizable and extensible shell
GNU General Public License v3.0
1.74k stars 95 forks source link

Error installing ags #416

Open gbardini opened 1 month ago

gbardini commented 1 month ago

OS: Ubuntu 24.04 When running

meson install -C build

I got the error FAILED: src/tsc-output node_modules/.bin/tsc --outDir /home/gg/git/ags/build/tsc-out /bin/sh: 1: node_modules/.bin/tsc: not found

Already installed packages on wiki, installed dependencies with npm -i

The node_modules are in the ags folder and the tsc is present inside node_modules/.bin

I think meson is not recognizing node_modules path

gbardini commented 1 month ago

Found a turn around

after the setup build, i've edited the build.ninja

manually added .. on node_modules