Untitled

mail@pastecode.io avatar
unknown
plain_text
6 months ago
4.5 kB
2
Indexable
Never
cobeta@ThinPad:~/clown-extension-2-doesnt-activate-when-pressed-by-touchscreen/clown@markocic$ make install
npm install

added 164 packages, and audited 165 packages in 1s

25 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
tsc
node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:4:20 - error TS2300: Duplicate identifier 'Atk10'.

4     export default Atk10;
                     ~~~~~

  node_modules/@girs/clutter-13/node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:4:20
    4     export default Atk10;
                         ~~~~~
    'Atk10' was also declared here.
  node_modules/@girs/clutter-13/node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:9:20
    9     export default Atk10;
                         ~~~~~
    and here.

node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:9:20 - error TS2300: Duplicate identifier 'Atk10'.

9     export default Atk10;
                     ~~~~~

  node_modules/@girs/clutter-13/node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:4:20
    4     export default Atk10;
                         ~~~~~
    'Atk10' was also declared here.
  node_modules/@girs/clutter-13/node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:9:20
    9     export default Atk10;
                         ~~~~~
    and here.

node_modules/@girs/atk-1.0/atk-1.0-import.d.ts:6:9 - error TS2717: Subsequent property declarations must have the same type.  Property 'Atk' must be of type 'typeof Atk', but here has type 'typeof Atk'.

6         Atk: typeof Atk10;
          ~~~

  node_modules/@girs/clutter-13/node_modules/@girs/atk-1.0/atk-1.0-import.d.ts:6:9
    6         Atk: typeof Atk10;
              ~~~
    'Atk' was also declared here.

node_modules/@girs/clutter-13/node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:4:20 - error TS2300: Duplicate identifier 'Atk10'.

4     export default Atk10;
                     ~~~~~

  node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:4:20
    4     export default Atk10;
                         ~~~~~
    'Atk10' was also declared here.
  node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:9:20
    9     export default Atk10;
                         ~~~~~
    and here.

node_modules/@girs/clutter-13/node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:9:20 - error TS2300: Duplicate identifier 'Atk10'.

9     export default Atk10;
                     ~~~~~

  node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:4:20
    4     export default Atk10;
                         ~~~~~
    'Atk10' was also declared here.
  node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:9:20
    9     export default Atk10;
                         ~~~~~
    and here.

node_modules/@girs/gnome-shell/dist/ui/dialog.d.ts:69:12 - error TS2416: Property '_init' in type 'ListSectionItem' is not assignable to the same property in base type 'BoxLayout'.
  Type '(params: { style_class?: string | null | undefined; }) => void' is not assignable to type '(config?: ConstructorProperties | undefined) => void'.
    Types of parameters 'params' and 'config' are incompatible.
      Type 'ConstructorProperties | undefined' is not assignable to type '{ style_class?: string | null | undefined; }'.
        Type 'undefined' is not assignable to type '{ style_class?: string | null | undefined; }'.

69     public _init(params: { style_class?: string | null }): void;
              ~~~~~

node_modules/@girs/gnome-shell/dist/ui/panelMenu.d.ts:19:5 - error TS2416: Property '_init' in type 'ButtonBox' is not assignable to the same property in base type 'Widget'.
  Type '(params: ConstructorProperties) => void' is not assignable to type '(config?: ConstructorProperties | undefined) => void'.
    Types of parameters 'params' and 'config' are incompatible.
      Type 'ConstructorProperties | undefined' is not assignable to type 'ConstructorProperties'.
        Type 'undefined' is not assignable to type 'ConstructorProperties'.

19     _init(params: ButtonBox.ConstructorProperties): void;
       ~~~~~


Found 7 errors in 5 files.

Errors  Files
     2  node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:4
     1  node_modules/@girs/atk-1.0/atk-1.0-import.d.ts:6
     2  node_modules/@girs/clutter-13/node_modules/@girs/atk-1.0/atk-1.0-ambient.d.ts:4
     1  node_modules/@girs/gnome-shell/dist/ui/dialog.d.ts:69
     1  node_modules/@girs/gnome-shell/dist/ui/panelMenu.d.ts:19
make: *** [Makefile:12: dist/extension.js] Ошибка 2
cobeta@ThinPad:~/clown-extension-2-doesnt-activate-when-pressed-by-touchscreen/clown@markocic$ 

Leave a Comment