You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently following docs, just finished installation. I am on gentoo.
The node_modules directory contains the astal package, but its purpose is only to provide type information. The package.json is a file describing the project and tsconfig.json is a file containing settings for TypeScript.
ags init gives me: error: symlink /home/user/.config/ags/node_modules/astal: no such file or directory
and ags run: ✘ [ERROR] Invalid alias substitution: ""
The text was updated successfully, but these errors were encountered:
Can't repro, perhaps you missed -ldflags part of the installation? going from the ags run error it sounds like you don't have the astal-gjs package installed
Currently following docs, just finished installation. I am on gentoo.
ags init
gives me:error: symlink /home/user/.config/ags/node_modules/astal: no such file or directory
and
ags run
:✘ [ERROR] Invalid alias substitution: ""
The text was updated successfully, but these errors were encountered: