Closed ghost closed 3 years ago
Having the same issue
Newer versions of TypeScript must have gotten more strict in its type checking. This compiles on TypeScript 4.1. I will have to set up a newer version of TypeScript to see if there are any other new errors.
(1) Issue/Bug Description: when trying to install it from the aur using the command provided by this GitHub page and then by trying to git clone it from this Github this error occurred:
==> Starting build()... UUID is "pop-shell@system76.com" depcheck rm -rf _build schemas/gschemas.compiled target tsc src/settings.ts:25:24 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string'.
25 global.log(err)