can`t start app.ts
just created a new v3 app with ags init but when i run ags run app.ts i obtain
`✘ [ERROR] Could not resolve "../../gnim/src/gtk4/jsx-runtime.js"
../../../../usr/local/share/ags/js/src/gtk4/jsx-runtime.ts:5:34:
5 │ import { intrinsicElements } from "../../gnim/src/gtk4/jsx-runtime.js"
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] Could not resolve "../gnim/src/jsx/scope.js"
../../../../usr/local/share/ags/js/src/_app.ts:4:27:
4 │ import { createRoot } from "../gnim/src/jsx/scope.js"
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] Could not resolve "../gnim/src/jsx/index.js"
../../../../usr/local/share/ags/js/src/time.ts:2:25:
2 │ import { Accessor } from "../gnim/src/jsx/index.js"
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] Could not resolve "../gnim/src/jsx/index.js"
../../../../usr/local/share/ags/js/src/process.ts:2:25:
2 │ import { Accessor } from "../gnim/src/jsx/index.js"
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~
`
iḿ in archlinux and installed aylurs-gtk-shell-git
whats the output of these commands?
pacman -Qi aylurs-gtk-shell-git
pacman -Ql aylurs-gtk-shell-git
pacman -Qs libastal
also whats the output of the package manager when installing the aylurs-gtk-shell-git ?
I got the same issue. Any solutions? (I'm using ags built from source)
build from source? (doesnt the -git pkg already do that 🤔)