1Panel-dev / webkubectl

Run kubectl command in Web Browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make asset failed

zhangweiqaz opened this issue · comments

hi, please tell me how to compile the assert. I suffered below error when executed "make asset". Which base build image I should use
ERROR in ./src/xterm.ts
(6,6): error TS2339: Property 'loadAddon' does not exist on type 'typeof 'xterm''.

ERROR in ./src/xterm.ts
(11,11): error TS2304: Cannot find name 'bare'.

ERROR in ./src/xterm.ts
(23,21): error TS2351: Cannot use 'new' with an expression whose type lacks a call or construct signature.

ERROR in ./src/xterm.ts
(11,11): error TS4031: Public property 'term' of exported class has or is using private name 'bare'.

It works,Thanks!