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
Making the desired changes to my project for Node 16, results in the following error:
error TS2344: Type 'typeof import("/xxx/node_modules/.pnpm/[email protected]/node_modules/cliui/build/index")' does not satisfy the constraint '(...args: any) => any'.
Type 'typeof import("/xxx/node_modules/.pnpm/[email protected]/node_modules/cliui/build/index")' provides no match for the signature '(...args: any): any'.
108 functiondescriptionList (ui: ReturnType<typeof cliui>, items: Descriptions): void {
The text was updated successfully, but these errors were encountered:
Making the desired changes to my project for Node 16, results in the following error:
The text was updated successfully, but these errors were encountered: