ags icon indicating copy to clipboard operation
ags copied to clipboard

can`t start app.ts

Open filippoaceto22 opened this issue 5 months ago • 3 comments

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

filippoaceto22 avatar Jul 09 '25 07:07 filippoaceto22

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 ?

kotontrion avatar Jul 16 '25 14:07 kotontrion

I got the same issue. Any solutions? (I'm using ags built from source)

krlade avatar Jul 26 '25 19:07 krlade

build from source? (doesnt the -git pkg already do that 🤔)

enessmr avatar Aug 07 '25 14:08 enessmr